fix typo in export-util help text
authorRobin Gareus <robin@gareus.org>
Thu, 2 Jun 2016 17:32:45 +0000 (19:32 +0200)
committerRobin Gareus <robin@gareus.org>
Thu, 2 Jun 2016 20:25:41 +0000 (22:25 +0200)
session_utils/export.cc

index 13f78986aa3334e9dd7c719358979545ea5e9571..d0c17c18f7627e6d4b46ba4e6ff89fe520bf0db0 100644 (file)
@@ -152,7 +152,7 @@ static void usage (int status) {
        printf ("Options:\n\
   -h, --help                 display this help and exit\n\
   -n, --normalize            normalize signal level (to 0dBFS)\n\
-  -o, --output  <file>       set expected [initial] framerate\n\
+  -o, --output  <file>       export output file name\n\
   -s, --samplerate <rate>    samplerate to use (default: 48000)\n\
   -V, --version              print version information and exit\n\
 \n");