svn commit: r330630 - stable/11/contrib/top
Eitan Adler
eadler at FreeBSD.org
Thu Mar 8 05:41:54 UTC 2018
Author: eadler
Date: Thu Mar 8 05:41:53 2018
New Revision: 330630
URL: https://svnweb.freebsd.org/changeset/base/330630
Log:
MFC r318587:
Add -w to usage string.
Modified:
stable/11/contrib/top/top.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/contrib/top/top.c
==============================================================================
--- stable/11/contrib/top/top.c Thu Mar 8 05:40:13 2018 (r330629)
+++ stable/11/contrib/top/top.c Thu Mar 8 05:41:53 2018 (r330630)
@@ -535,7 +535,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);
More information about the svn-src-all
mailing list