include -P (--no-connect-ports) option in --help output
authorPaul Davis <paul@linuxaudiosystems.com>
Sun, 31 Mar 2013 00:17:49 +0000 (20:17 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sun, 31 Mar 2013 00:17:49 +0000 (20:17 -0400)
gtk2_ardour/opts.cc

index 3be412c56a9c8c93386d43a016503aa6d761e7d5..026885099a3898a8a28d5f9b875e3a69b367bbe6 100644 (file)
@@ -67,6 +67,7 @@ print_help (const char *execname)
             << _("  -m, --menus file            Use \"file\" to define menus\n")
             << _("  -N, --new session-name      Create a new session from the command line\n")
             << _("  -O, --no-hw-optimizations   Disable h/w specific optimizations\n")
+            << _("  -P, --no-connect-ports      Do not connect any ports at startupn")
             << _("  -S, --sync                  Draw the gui synchronously \n")
 #ifdef WINDOWS_VST_SUPPORT
             << _("  -V, --novst                 Do not use VST support\n")