git: 8147d64bf181 - stable/13 - sockstat: fix usage string

From: Michael Tuexen <tuexen_at_FreeBSD.org>
Date: Wed, 23 Feb 2022 00:13:01 UTC
The branch stable/13 has been updated by tuexen:

URL: https://cgit.FreeBSD.org/src/commit/?id=8147d64bf18166bd4868821e8492d8bc3e8daa1d

commit 8147d64bf18166bd4868821e8492d8bc3e8daa1d
Author:     Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2022-02-01 14:44:57 +0000
Commit:     Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2022-02-23 00:11:25 +0000

    sockstat: fix usage string
    
    Sponsored by:   Netflix, Inc.
    
    (cherry picked from commit 6ad26abca5389bc1cc74d6e533fb317df6ab5f89)
---
 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 0a09318bd7fe..440204afaee7 100644
--- a/usr.bin/sockstat/sockstat.c
+++ b/usr.bin/sockstat/sockstat.c
@@ -1314,7 +1314,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);
 }