diff options
author | Michael Tuexen <tuexen@FreeBSD.org> | 2022-02-01 14:44:57 +0000 |
---|---|---|
committer | Michael Tuexen <tuexen@FreeBSD.org> | 2022-02-01 14:44:57 +0000 |
commit | 6ad26abca5389bc1cc74d6e533fb317df6ab5f89 (patch) | |
tree | cdd371e89370f7b1b97b0d6d61c005a833252016 /usr.bin/sockstat | |
parent | 5f64777a4fe38acb412762fa92da583a1018e609 (diff) | |
download | src-6ad26abca5389bc1cc74d6e533fb317df6ab5f89.tar.gz src-6ad26abca5389bc1cc74d6e533fb317df6ab5f89.zip |
sockstat: fix usage string
MFC after: 1 week
Sponsored by: Netflix, Inc.
Diffstat (limited to 'usr.bin/sockstat')
-rw-r--r-- | usr.bin/sockstat/sockstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sockstat/sockstat.c b/usr.bin/sockstat/sockstat.c index ddf9be139c9e..7a84b5ad47a3 100644 --- a/usr.bin/sockstat/sockstat.c +++ b/usr.bin/sockstat/sockstat.c @@ -1339,7 +1339,7 @@ static void usage(void) { fprintf(stderr, - "usage: sockstat [-46ciLlSsUuvw] [-j jid] [-p ports] [-P protocols]\n"); + "usage: sockstat [-46CciLlnqSsUuvw] [-j jid] [-p ports] [-P protocols]\n"); exit(1); } |