add -v switch to examples usage string
authorPaul Brossier <piem@altern.org>
Sat, 7 Oct 2006 21:17:46 +0000 (21:17 +0000)
committerPaul Brossier <piem@altern.org>
Sat, 7 Oct 2006 21:17:46 +0000 (21:17 +0000)
add -v switch to examples usage string

examples/utils.c

index 4f8e88158c4e2876b89929fd0bb14a357f627524..3fad5c74f88e494068fa06c43481448537d0a4ad 100644 (file)
@@ -95,6 +95,7 @@ void usage (FILE * stream, int exit_code)
         fprintf(stream, "usage: %s [ options ] \n", prog_name);
         fprintf(stream, 
                         "       -h      --help          Display this message.\n"
+                        "       -v      --verbose       Be verbose.\n"
                         "       -j      --jack          Use Jack.\n"
                         "       -o      --output        Output type.\n"
                         "       -i      --input         Input type.\n"