Removed (version specific) keybindings file name from usage.
authorLen Ovens <len@ovenwerks.net>
Mon, 13 Jul 2015 21:05:32 +0000 (14:05 -0700)
committerLen Ovens <len@ovenwerks.net>
Mon, 13 Jul 2015 21:05:32 +0000 (14:05 -0700)
gtk2_ardour/opts.cc

index 4596b5c62cb3fccc7cf10331e943b3e3c1483987..f544adec5cc46eddb1c2cf641ed1bbcf0aaa2a69 100644 (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;