From: Robin Gareus Date: Thu, 2 Jun 2016 17:32:45 +0000 (+0200) Subject: fix typo in export-util help text X-Git-Tag: 5.0-pre1~716 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=1af8b564b438bb22a450b9e0d37b98a1a66303b8;p=ardour.git fix typo in export-util help text --- diff --git a/session_utils/export.cc b/session_utils/export.cc index 13f78986aa..d0c17c18f7 100644 --- a/session_utils/export.cc +++ b/session_utils/export.cc @@ -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 set expected [initial] framerate\n\ + -o, --output export output file name\n\ -s, --samplerate samplerate to use (default: 48000)\n\ -V, --version print version information and exit\n\ \n");