summaryrefslogtreecommitdiff
path: root/gtk2_ardour/opts.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-04-16 21:55:42 +0200
committerRobin Gareus <robin@gareus.org>2020-04-16 21:55:42 +0200
commit029527c4c9f51c27d2538467c8d18547f682039f (patch)
tree61e2b3b527c6009e0221992414c4de72dc850b8e /gtk2_ardour/opts.cc
parent5fbce4b5db02ca1e312f43799e10c17ff2a4704a (diff)
Fix typos #8016
Duplicate "the", missing "file"
Diffstat (limited to 'gtk2_ardour/opts.cc')
-rw-r--r--gtk2_ardour/opts.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/opts.cc b/gtk2_ardour/opts.cc
index bd5bddc42b..e74bf32196 100644
--- a/gtk2_ardour/opts.cc
+++ b/gtk2_ardour/opts.cc
@@ -79,7 +79,7 @@ print_help (const char *execname)
<< _(" -D, --debug <options> Set debug flags. Use \"-D list\" to see available options\n")
#endif
<< _(" -h, --help Print this message\n")
- << _(" -k, --keybindings <file> Name of key bindings to load\n")
+ << _(" -k, --keybindings <file> Path to the key bindings file to load\n")
<< _(" -m, --menus file Use \"file\" to define menus\n")
<< _(" -n, --no-splash Do not show splash screen\n")
<< _(" -N, --new session-name Create a new session from the command line\n")