From 57e9de232b49f93e851405afaaaa229ba1f15dce Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 30 Apr 2017 01:21:41 +0200 Subject: [PATCH] Fix copy/paste typos in --help --- gtk2_ardour/opts.cc | 4 ++-- 1 file 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 Draw the GUI synchronously\n") + << _(" -T, --template Use given template for new session\n") << _(" -U, --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