Fix copy/paste typos in --help
authorRobin Gareus <robin@gareus.org>
Sat, 29 Apr 2017 23:21:41 +0000 (01:21 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 29 Apr 2017 23:22:25 +0000 (01:22 +0200)
gtk2_ardour/opts.cc

index 731457bd3e69a4275d8f49b59408071b8f536737..426045e100a7986822363d1b77c41882ba1a7523 100644 (file)
@@ -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