summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/passwd.md
diff options
context:
space:
mode:
authorsin-ack <sin-ack@users.noreply.github.com>2022-04-03 22:33:09 +0000
committerAndreas Kling <kling@serenityos.org>2022-04-06 11:39:08 +0200
commitcbc89632b93302001ad2bf4e7fdc0bfeba161ed1 (patch)
treec3c23adee848982fb9b20d1bf73509016a310ba4 /Base/usr/share/man/man1/passwd.md
parenta387b822a0615490fde89e4090809cd209321803 (diff)
downloadserenity-cbc89632b93302001ad2bf4e7fdc0bfeba161ed1.zip
LibCore+Base: Add way to hide ArgsParser opt.s from specific usage texts
This adds the ability to hide certain options from certain help texts. `--complete` is always hidden, whereas `--help` and `--version` are hidden from Markdown help text only. Note that in all cases these three options are hidden from the short usage line.
Diffstat (limited to 'Base/usr/share/man/man1/passwd.md')
-rw-r--r--Base/usr/share/man/man1/passwd.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/Base/usr/share/man/man1/passwd.md b/Base/usr/share/man/man1/passwd.md
index 1ef74f95c5..091cecbdc6 100644
--- a/Base/usr/share/man/man1/passwd.md
+++ b/Base/usr/share/man/man1/passwd.md
@@ -14,9 +14,6 @@ Modify an account password.
## Options:
-* `--help`: Display help message and exit
-* `--version`: Print version
-* `--complete`: Perform autocompletion
* `-d`, `--delete`: Delete password
* `-l`, `--lock`: Lock password
* `-u`, `--unlock`: Unlock password