Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2017 18:02:31 +0000 (UTC)
From:      =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r318587 - head/contrib/top
Message-ID:  <201705201802.v4KI2VcS043968@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705201802.v4KI2VcS043968>