mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
-d (disable plugin) option takes no arguments
This commit is contained in:
parent
670c066793
commit
eef4e1efee
1 changed files with 1 additions and 1 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue