projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1566886
)
add -v switch to examples usage string
author
Paul Brossier
<piem@altern.org>
Sat, 7 Oct 2006 21:17:46 +0000
(21:17 +0000)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/examples/utils.c
b/examples/utils.c
index 4f8e88158c4e2876b89929fd0bb14a357f627524..3fad5c74f88e494068fa06c43481448537d0a4ad 100644
(file)
--- 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"