summaryrefslogtreecommitdiff
path: root/gtk2_ardour/opts.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-30 20:17:49 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-30 20:17:49 -0400
commit153e57269689bb118b2e560cf01270a35ef1770f (patch)
tree85bc87b509a1570bbeb0278c9b7e05cbbb68f90a /gtk2_ardour/opts.cc
parent236360d8ffab9f095fcda9e09b159b2a47feb6af (diff)
include -P (--no-connect-ports) option in --help output
Diffstat (limited to 'gtk2_ardour/opts.cc')
-rw-r--r--gtk2_ardour/opts.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/opts.cc b/gtk2_ardour/opts.cc
index 3be412c56a..026885099a 100644
--- a/gtk2_ardour/opts.cc
+++ b/gtk2_ardour/opts.cc
@@ -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")