Minor fixes
[oss-streamer.git] / oss-streamer.c
index a64a16646ca10a9f8e8fa50fc0ad041a2656e701..411c1336ced28e12b813001cff4ef778f0ead87a 100644 (file)
@@ -121,7 +121,7 @@ void help(char *progname)
   fprintf(stderr, "------------------------------------------------------------------\n");
   fprintf(stderr, "Usage: oss-stream" \
                   " [-h | --help ]........: display this help\n" \
-                  " [-d | --device ]......: video device to open (your camera)\n" \
+                  " [-d | --device ]......: audio device to open (your camera)\n" \
                   " [-p | --port ]........: TCP-port for the server\n" \
                   " [-v | --version ].....: display version information\n" \
                   " [-b | --background]...: fork to the background, daemon mode\n");
@@ -279,7 +279,7 @@ int main(int argc, char *argv[])
 
   /* allocate audio datastructure */
 
-  /* open video device and prepare data structure */
+  /* open audio device and prepare data structure */
   if (strcmp(dev,"stdin")==0) {
     source_dev = stdin;
   } else {