Clarify --help message, fix punctuation and indent

This commit is contained in:
Robin Gareus 2020-04-29 20:17:01 +02:00
parent b42c72e49f
commit 52b9066511
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 5 additions and 5 deletions

View File

@ -529,12 +529,12 @@ usage ()
printf ("Usage: ardour-lua [ OPTIONS ] [ file [args] ]\n\n"); printf ("Usage: ardour-lua [ OPTIONS ] [ file [args] ]\n\n");
/* 1 2 3 4 5 6 7 8 /* 1 2 3 4 5 6 7 8
*2345678901234567890123456789012345678901234567890123456789012345678901234567890*/ *2345678901234567890123456789012345678901234567890123456789012345678901234567890*/
printf ("Options:\n\ printf ("Options:\n\
-h, --help display this help and exit\n\ -h, --help display this help and exit\n\
-i, --interactive enter interactive mode after executing 'script',\n\ -i, --interactive enter interactive mode after executing 'script',\n\
force the interpreter to run interactively\n\ force the interpreter to run interactively\n\
-X, --exit-when-halted terminate when the audio-engine halts\n\ -X, --exit-when-halted terminate when the audio-engine halts\n\
unexpectedly.\n\ unexpectedly (disconnect, or too many x-runs)\n\
-V, --version print version information and exit\n\ -V, --version print version information and exit\n\
\n"); \n");
printf ("\n\ printf ("\n\