From 7baf499ca790b3c471f773b0460ee91b3bd677d0 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 21 Aug 2012 17:44:48 +0000 Subject: [PATCH] fix long-option: --no-splash = -n (and test git+svn first-commit) git-svn-id: svn://localhost/ardour2/branches/3.0@13139 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/opts.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/opts.cc b/gtk2_ardour/opts.cc index 6b5f19bdd6..c3becd1471 100644 --- a/gtk2_ardour/opts.cc +++ b/gtk2_ardour/opts.cc @@ -100,7 +100,7 @@ ARDOUR_COMMAND_LINE::parse_opts (int argc, char *argv[]) { "bindings", 0, 0, 'b' }, { "disable-plugins", 1, 0, 'd' }, { "debug", 1, 0, 'D' }, - { "show-splash", 0, 0, 'n' }, + { "no-splash", 0, 0, 'n' }, { "menus", 1, 0, 'm' }, { "name", 1, 0, 'c' }, { "novst", 0, 0, 'V' },