mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:47:34 +00:00
LibCore: Make ArgsParser '--help' description more general
Now that the output may end up in Markdown files (and thus the website), the help message should no longer be self-referential.
This commit is contained in:
parent
0372f051e9
commit
ea9f2f80a1
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ namespace Core {
|
||||||
|
|
||||||
ArgsParser::ArgsParser()
|
ArgsParser::ArgsParser()
|
||||||
{
|
{
|
||||||
add_option(m_show_help, "Display this message", "help", 0);
|
add_option(m_show_help, "Display help message and exit", "help", 0);
|
||||||
add_option(m_show_version, "Print version", "version", 0);
|
add_option(m_show_version, "Print version", "version", 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue