mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 01:59:31 +00:00
Everywhere: Remove uneeded short option argument where possible
This commit is contained in:
parent
88b343061e
commit
1ec6399c00
Notes:
sideshowbarker
2024-07-17 18:46:30 +09:00
Author: https://github.com/shannonbooth
Commit: 1ec6399c00
Pull-request: https://github.com/SerenityOS/serenity/pull/24047
21 changed files with 41 additions and 41 deletions
|
@ -117,7 +117,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
args_parser.add_option(passes_to_dump_cfg, "Dump CFG after specified passes.", "dump-cfg", 0, "{all|last|<pass-name>|-<pass-name>[,...]}");
|
||||
|
||||
bool silence_diagnostics = false;
|
||||
args_parser.add_option(silence_diagnostics, "Silence all diagnostics.", "silence-diagnostics", 0);
|
||||
args_parser.add_option(silence_diagnostics, "Silence all diagnostics.", "silence-diagnostics");
|
||||
|
||||
args_parser.parse(arguments);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue