shithub: aubio

Download patch

ref: 3a323d0eebe91131441239aca1c1a549e9d42e73
parent: 156688632a4c8fa803c328addc83203d8f149317
author: Paul Brossier <piem@altern.org>
date: Sat Oct 7 17:17:46 EDT 2006

add -v switch to examples usage string
add -v switch to examples usage string


--- a/examples/utils.c
+++ b/examples/utils.c
@@ -95,6 +95,7 @@
         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"