From 847946694b74ed6f16e1700d36416b57a42288c1 Mon Sep 17 00:00:00 2001 From: Len Ovens Date: Mon, 13 Jul 2015 14:05:32 -0700 Subject: [PATCH] Removed (version specific) keybindings file name from usage. --- gtk2_ardour/opts.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/opts.cc b/gtk2_ardour/opts.cc index 4596b5c62c..f544adec5c 100644 --- a/gtk2_ardour/opts.cc +++ b/gtk2_ardour/opts.cc @@ -74,7 +74,7 @@ print_help (const char *execname) #endif << _(" -E, --save Load the specified session, save it to 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; -- 2.30.2