-d (disable plugin) option takes no arguments
This commit is contained in:
parent
670c066793
commit
eef4e1efee
@ -102,7 +102,7 @@ ARDOUR_COMMAND_LINE::parse_opts (int argc, char *argv[])
|
|||||||
{ "help", 0, 0, 'h' },
|
{ "help", 0, 0, 'h' },
|
||||||
{ "no-announcements", 0, 0, 'a' },
|
{ "no-announcements", 0, 0, 'a' },
|
||||||
{ "bindings", 0, 0, 'b' },
|
{ "bindings", 0, 0, 'b' },
|
||||||
{ "disable-plugins", 1, 0, 'd' },
|
{ "disable-plugins", 0, 0, 'd' },
|
||||||
{ "debug", 1, 0, 'D' },
|
{ "debug", 1, 0, 'D' },
|
||||||
{ "no-splash", 0, 0, 'n' },
|
{ "no-splash", 0, 0, 'n' },
|
||||||
{ "menus", 1, 0, 'm' },
|
{ "menus", 1, 0, 'm' },
|
||||||
|
Loading…
Reference in New Issue
Block a user