projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b235c0e
)
examples/parse_args.h: improve help message
author
Paul Brossier
<piem@piem.org>
Sun, 15 Dec 2013 02:06:57 +0000
(21:06 -0500)
committer
Paul Brossier
<piem@piem.org>
Sun, 15 Dec 2013 02:06:57 +0000
(21:06 -0500)
examples/parse_args.h
patch
|
blob
|
history
diff --git
a/examples/parse_args.h
b/examples/parse_args.h
index
923125b
..
f3c3b61
100644
(file)
--- a/
examples/parse_args.h
+++ b/
examples/parse_args.h
@@
-61,9
+61,9
@@
usage (FILE * stream, int exit_code)
{
fprintf (stream, "usage: %s [ options ] \n", prog_name);
fprintf (stream,
- " -i --input input
typ
e\n"
+ " -i --input input
fil
e\n"
#ifdef PROG_HAS_OUTPUT
- " -o --output output
typ
e\n"
+ " -o --output output
fil
e\n"
#endif
" -r --samplerate select samplerate\n"
" -B --bufsize set buffer size\n"
@@
-172,7
+172,7
@@
parse_args (int argc, char **argv)
case 'H':
hop_size = atoi (optarg);
break;
- case 'O': /*onset
type
*/
+ case 'O': /*onset
method
*/
onset_method = optarg;
break;
case 't': /* threshold value for onset */