13
0

Removed (version specific) keybindings file name from usage.

This commit is contained in:
Len Ovens 2015-07-13 14:05:32 -07:00
parent d8f3f9f02d
commit 847946694b

View File

@ -74,7 +74,7 @@ print_help (const char *execname)
#endif
<< _(" -E, --save <file> Load the specified session, save it to <file> and then quit\n")
<< _(" -C, --curvetest filename Curve algorithm debugger\n")
<< _(" -k, --keybindings filename Name of key bindings to load (default is ~/.ardour3/ardour.bindings)\n")
<< _(" -k, --keybindings filename Name of key bindings to load\n")
;
return 1;