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