summaryrefslogtreecommitdiff
path: root/gtk2_ardour/opts.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-04-30 01:21:41 +0200
committerRobin Gareus <robin@gareus.org>2017-04-30 01:22:25 +0200
commit57e9de232b49f93e851405afaaaa229ba1f15dce (patch)
tree92f0cdf07c0012d84e4704caf3650b1ee985e703 /gtk2_ardour/opts.cc
parent8229124078cef9fac0d4a20bc7958a3148eb092f (diff)
Fix copy/paste typos in --help
Diffstat (limited to 'gtk2_ardour/opts.cc')
-rw-r--r--gtk2_ardour/opts.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/opts.cc b/gtk2_ardour/opts.cc
index 731457bd3e..426045e100 100644
--- a/gtk2_ardour/opts.cc
+++ b/gtk2_ardour/opts.cc
@@ -88,9 +88,9 @@ print_help (const char *execname)
<< _(" -O, --no-hw-optimizations Disable h/w specific optimizations\n")
<< _(" -P, --no-connect-ports Do not connect any ports at startup\n")
<< _(" -S, --sync Draw the GUI synchronously\n")
- << _(" -T, --template <name> Draw the GUI synchronously\n")
+ << _(" -T, --template <name> Use given template for new session\n")
<< _(" -U, --uuid <uuid> Set (jack) backend UUID\n")
- << _(" -v, --version Use session template\n")
+ << _(" -v, --version Print versoin and exit\n")
#ifdef WINDOWS_VST_SUPPORT
<< _(" -V, --novst Disable WindowsVST support\n")
#endif