git: 6ad26abca538 - main - sockstat: fix usage string
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Feb 2022 19:02:05 UTC
The branch main has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=6ad26abca5389bc1cc74d6e533fb317df6ab5f89 commit 6ad26abca5389bc1cc74d6e533fb317df6ab5f89 Author: Michael Tuexen <tuexen@FreeBSD.org> AuthorDate: 2022-02-01 14:44:57 +0000 Commit: Michael Tuexen <tuexen@FreeBSD.org> CommitDate: 2022-02-01 14:44:57 +0000 sockstat: fix usage string MFC after: 1 week Sponsored by: Netflix, Inc. --- usr.bin/sockstat/sockstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }