]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Improved help and fixed english typo
authorJaroslav Kysela <perex@perex.cz>
Mon, 11 Jun 2001 07:44:13 +0000 (07:44 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 11 Jun 2001 07:44:13 +0000 (07:44 +0000)
aplay/aplay.c

index 73110431980c277e5a94f693436d2f159b19e3cf..4086a6c5f9eebcd6ee4d3e3d6f5eec1e4e2c72db 100644 (file)
@@ -169,8 +169,8 @@ Usage: %s [OPTION]... [FILE]...
        }
        fprintf(stderr, "\nSome of these may not be available on selected hardware\n");
        fprintf(stderr, "The availabled format shortcuts are:\n");
-       fprintf(stderr, "cd (16 bit little endian, 44100, stereo)\n");
-       fprintf(stderr, "dat (16 bit little endian, 48000, stereo)\n");
+       fprintf(stderr, "-f cd (16 bit little endian, 44100, stereo)\n");
+       fprintf(stderr, "-f dat (16 bit little endian, 48000, stereo)\n");
 }
 
 static void device_list(void)
@@ -1574,7 +1574,7 @@ void playback_go(int fd, size_t loaded, size_t count, int rtype, char *name)
        snd_pcm_drain(handle);
 }
 
-/* captureing raw data, this proc handels WAVE files and .VOCs (as one block) */
+/* capturing raw data, this proc handels WAVE files and .VOCs (as one block) */
 
 void capture_go(int fd, size_t count, int rtype, char *name)
 {