From: Paul Brossier Date: Sat, 7 Oct 2006 21:17:46 +0000 (+0000) Subject: add -v switch to examples usage string X-Git-Tag: bzr2git~540 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3a323d0eebe91131441239aca1c1a549e9d42e73;p=aubio.git add -v switch to examples usage string add -v switch to examples usage string --- diff --git a/examples/utils.c b/examples/utils.c index 4f8e8815..3fad5c74 100644 --- a/examples/utils.c +++ b/examples/utils.c @@ -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"