mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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
This commit is contained in:
parent
d110d07e07
commit
7baf499ca7
1 changed files with 1 additions and 1 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue