mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
fix typo in export-util help text
This commit is contained in:
parent
301000c94e
commit
1af8b564b4
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ static void usage (int status) {
|
||||||
printf ("Options:\n\
|
printf ("Options:\n\
|
||||||
-h, --help display this help and exit\n\
|
-h, --help display this help and exit\n\
|
||||||
-n, --normalize normalize signal level (to 0dBFS)\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\
|
-s, --samplerate <rate> samplerate to use (default: 48000)\n\
|
||||||
-V, --version print version information and exit\n\
|
-V, --version print version information and exit\n\
|
||||||
\n");
|
\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue