mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +00:00
Userland: Write some '--help' descriptions where appropriate
This commit is contained in:
parent
52a8062084
commit
4ec77ba929
32 changed files with 47 additions and 4 deletions
|
@ -62,6 +62,7 @@ int main(int argc, char** argv)
|
|||
const char* username = nullptr;
|
||||
|
||||
auto args_parser = Core::ArgsParser();
|
||||
args_parser.set_general_help("Modify an account password.");
|
||||
args_parser.add_option(del, "Delete password", "delete", 'd');
|
||||
args_parser.add_option(lock, "Lock password", "lock", 'l');
|
||||
args_parser.add_option(unlock, "Unlock password", "unlock", 'u');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue