mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 18:24:45 -05:00
LibCore: Remove overly informal language in ArgsParser error message
This commit is contained in:
parent
432ab47053
commit
32654b340a
Notes:
sideshowbarker
2024-07-18 10:07:08 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/32654b340aa
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ bool ArgsParser::parse(int argc, char* const* argv, FailureBehavior failure_beha
|
|||
|
||||
const char* arg = found_option->requires_argument ? optarg : nullptr;
|
||||
if (!found_option->accept_value(arg)) {
|
||||
warnln("\033[31mInvalid value for option \033[1m{}\033[22m, dude\033[0m", found_option->name_for_display());
|
||||
warnln("\033[31mInvalid value for option \033[1m{}\033[22m\033[0m", found_option->name_for_display());
|
||||
fail();
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue