svn commit: r318587 - head/contrib/top

Dag-Erling Smørgrav des at FreeBSD.org
Sat May 20 18:02:32 UTC 2017


Author: des
Date: Sat May 20 18:02:31 2017
New Revision: 318587
URL: https://svnweb.freebsd.org/changeset/base/318587

Log:
  Add -w to usage string.
  
  Reported by:	Jamie Landeg-Jones <jamie at catflap.org>
  MFC after:	1 week

Modified:
  head/contrib/top/top.c

Modified: head/contrib/top/top.c
==============================================================================
--- head/contrib/top/top.c	Sat May 20 17:42:58 2017	(r318586)
+++ head/contrib/top/top.c	Sat May 20 18:02:31 2017	(r318587)
@@ -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);


More information about the svn-src-head mailing list