use new action map API instead of ActionManager::get_action
[ardour.git] / gtk2_ardour / opts.cc
index b9d0a0f94e8dd8572047a8ee61fe6af38973dbc5..d0657abe8b69c2a3755316adec9ef9e27bdccc24 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 version and exit\n")
 #ifdef WINDOWS_VST_SUPPORT
                << _("  -V, --novst                 Disable WindowsVST support\n")
 #endif
@@ -105,7 +105,7 @@ print_help (const char *execname)
 int
 ARDOUR_COMMAND_LINE::parse_opts (int argc, char *argv[])
 {
-       const char *optstring = "abBc:C:dD:hHk:E:m:N:nOp:PST:U:vV";
+       const char *optstring = "aAbBc:C:dD:hHk:E:m:N:nOp:PST:U:vV";
        const char *execname = strrchr (argv[0], '/');
 
        if (execname == 0) {