13
0

More standard --help output.

git-svn-id: svn://localhost/ardour2/branches/3.0@5907 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-10-24 15:43:59 +00:00
parent 1bb85bcdae
commit c67e4607e6

View File

@ -50,7 +50,8 @@ using namespace ARDOUR_COMMAND_LINE;
int
print_help (const char *execname)
{
cout << _("Usage: ") << execname << "\n"
cout << _("Usage: ") << execname << " [OPTION]... [SESSION_NAME]\n\n"
<< _(" [SESSION_NAME] Name of session to load\n")
<< _(" -v, --version Show version information\n")
<< _(" -h, --help Print this message\n")
<< _(" -b, --bindings Print all possible keyboard binding names\n")
@ -66,7 +67,6 @@ print_help (const char *execname)
<< _(" -V, --novst Do not use VST support\n")
#endif
<< _(" -E, --save <file> Load the specified session, save it to <file> and then quit\n")
<< _(" [session-name] Name of session to load\n")
<< _(" -C, --curvetest filename Curve algorithm debugger\n")
<< _(" -k, --keybindings filename Name of key bindings to load (default is ~/.ardour3/ardour.bindings)\n")
;