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);
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to