fix missing slash-newline in --help output

This commit is contained in:
Paul Davis 2013-03-31 16:58:06 -04:00
parent de8e003289
commit 41708d39b9

View file

@ -67,7 +67,7 @@ print_help (const char *execname)
<< _(" -m, --menus file Use \"file\" to define menus\n") << _(" -m, --menus file Use \"file\" to define menus\n")
<< _(" -N, --new session-name Create a new session from the command line\n") << _(" -N, --new session-name Create a new session from the command line\n")
<< _(" -O, --no-hw-optimizations Disable h/w specific optimizations\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") << _(" -S, --sync Draw the gui synchronously \n")
#ifdef WINDOWS_VST_SUPPORT #ifdef WINDOWS_VST_SUPPORT
<< _(" -V, --novst Do not use VST support\n") << _(" -V, --novst Do not use VST support\n")