From cbc89632b93302001ad2bf4e7fdc0bfeba161ed1 Mon Sep 17 00:00:00 2001 From: sin-ack Date: Sun, 3 Apr 2022 22:33:09 +0000 Subject: 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. --- Base/usr/share/man/man1/netstat.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'Base/usr/share/man/man1/netstat.md') diff --git a/Base/usr/share/man/man1/netstat.md b/Base/usr/share/man/man1/netstat.md index 4f8e89872d..d0a10587a3 100644 --- a/Base/usr/share/man/man1/netstat.md +++ b/Base/usr/share/man/man1/netstat.md @@ -14,9 +14,6 @@ Display network connections ## Options: -* `--help`: Display help message and exit -* `--version`: Print version -* `--complete`: Perform autocompletion * `-a`, `--all`: Display both listening and non-listening sockets * `-l`, `--list`: Display only listening sockets * `-t`, `--tcp`: Display only TCP network connections -- cgit v1.2.3