From eef4e1efee2ae76fac181c078b46ca3bc6d33d2e Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 14 Apr 2014 12:26:10 +0200 Subject: [PATCH] -d (disable plugin) option takes no arguments --- 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 90d753af4c..4596b5c62c 100644 --- a/gtk2_ardour/opts.cc +++ b/gtk2_ardour/opts.cc @@ -102,7 +102,7 @@ ARDOUR_COMMAND_LINE::parse_opts (int argc, char *argv[]) { "help", 0, 0, 'h' }, { "no-announcements", 0, 0, 'a' }, { "bindings", 0, 0, 'b' }, - { "disable-plugins", 1, 0, 'd' }, + { "disable-plugins", 0, 0, 'd' }, { "debug", 1, 0, 'D' }, { "no-splash", 0, 0, 'n' }, { "menus", 1, 0, 'm' },