mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
changed short flag for --version to -V instead of -v
This commit is contained in:
parent
5a3577317d
commit
baddb60bb9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Args::Args(const QApplication &app)
|
|||
parentWindowOption.setFlags(QCommandLineOption::HiddenFromHelp);
|
||||
|
||||
parser.addOptions({
|
||||
{{"v", "version"}, "Displays version information."},
|
||||
{{"V", "version"}, "Displays version information."},
|
||||
crashRecoveryOption,
|
||||
parentWindowOption,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue