mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +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
|
@ -583,7 +583,7 @@ int main(int argc, char** argv)
|
|||
args_parser.add_option(s_parse_only, "Only parse the files", "parse-only", 'p');
|
||||
args_parser.add_option(timeout, "Seconds before test should timeout", "timeout", 't', "seconds");
|
||||
args_parser.add_option(enable_debug_printing, "Enable debug printing", "debug", 'd');
|
||||
args_parser.add_option(disable_core_dumping, "Disable core dumping", "disable-core-dump", 0);
|
||||
args_parser.add_option(disable_core_dumping, "Disable core dumping", "disable-core-dump");
|
||||
args_parser.parse(arguments);
|
||||
|
||||
#ifdef AK_OS_GNU_HURD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue