diff options
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 fafdd01..627c958 100644 --- a/usr.bin/sockstat/sockstat.c +++ b/usr.bin/sockstat/sockstat.c @@ -681,7 +681,7 @@ static void usage(void) { fprintf(stderr, - "Usage: sockstat [-46clu] [-p ports] [-P protocols]\n"); + "Usage: sockstat [-46cLlu] [-p ports] [-P protocols]\n"); exit(1); } |