aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2017-05-20 18:02:31 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2017-05-20 18:02:31 +0000
commit13e8eaeb39ff364708744e3b5ff0b4d89a02b477 (patch)
treec7022255af12a4005b674a23ea99ebed0503e885 /contrib
parentd7b1cc206c5aefec9aa2da53f37eee44683b225a (diff)
Notes
Diffstat (limited to 'contrib')
-rw-r--r--contrib/top/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/top/top.c b/contrib/top/top.c
index 6990a2c6b713..d55e046e82a3 100644
--- a/contrib/top/top.c
+++ b/contrib/top/top.c
@@ -433,7 +433,7 @@ char *argv[];
default:
fprintf(stderr,
"Top version %s\n"
-"Usage: %s [-abCHIijnPqStuvz] [-d count] [-m io | cpu] [-o field] [-s time]\n"
+"Usage: %s [-abCHIijnPqStuvwz] [-d count] [-m io | cpu] [-o field] [-s time]\n"
" [-J jail] [-U username] [number]\n",
version_string(), myname);
exit(1);