X-Git-Url: https://git.rvb.name/oss-streamer.git/blobdiff_plain/46061842ccbe8b1c195932288a36375654c861c1..HEAD:/oss-streamer.c diff --git a/oss-streamer.c b/oss-streamer.c index a64a166..411c133 100644 --- a/oss-streamer.c +++ b/oss-streamer.c @@ -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 {