summaryrefslogtreecommitdiff
path: root/gtk2_ardour/opts.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-03-31 16:58:06 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-03-31 16:58:06 -0400
commit41708d39b9eceb68d27e017291f6eb7c4956c0b3 (patch)
treef26069a7607e9af5f5971329ed116f8aa4b9f172 /gtk2_ardour/opts.cc
parentde8e0032890f797cf379d7415e1fe6e1907fc56b (diff)
fix missing slash-newline in --help output
Diffstat (limited to 'gtk2_ardour/opts.cc')
-rw-r--r--gtk2_ardour/opts.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/opts.cc b/gtk2_ardour/opts.cc
index 026885099a..b29f106bfe 100644
--- a/gtk2_ardour/opts.cc
+++ b/gtk2_ardour/opts.cc
@@ -67,7 +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")
+ << _(" -P, --no-connect-ports Do not connect any ports at startup\n")
<< _(" -S, --sync Draw the gui synchronously \n")
#ifdef WINDOWS_VST_SUPPORT
<< _(" -V, --novst Do not use VST support\n")