summaryrefslogtreecommitdiffstats
path: root/bin/ps/ps.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-01-12 08:49:43 +0000
committerpeter <peter@FreeBSD.org>1996-01-12 08:49:43 +0000
commitb90ef46a2fbc1f210795d01c9dee181dbf3f1922 (patch)
tree028fc505224c990ff1cd338ade42fa3f70279ddc /bin/ps/ps.c
parent5bacc668ca5aaebd3a42f661543d52a3a6fb72c6 (diff)
downloadFreeBSD-src-b90ef46a2fbc1f210795d01c9dee181dbf3f1922.zip
FreeBSD-src-b90ef46a2fbc1f210795d01c9dee181dbf3f1922.tar.gz
oops. I forgot to add the "[-U username]" option to the usage string.
Diffstat (limited to 'bin/ps/ps.c')
-rw-r--r--bin/ps/ps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index 0899212..50e754b 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ps.c,v 1.9 1995/10/26 10:57:52 ache Exp $
+ * $Id: ps.c,v 1.10 1995/12/26 03:38:55 peter Exp $
*/
#ifndef lint
@@ -515,7 +515,7 @@ usage()
(void)fprintf(stderr,
"usage:\t%s\n\t %s\n\t%s\n",
- "ps [-aChjlmrSTuvwx] [-O|o fmt] [-p pid] [-t tty]",
+ "ps [-aChjlmrSTuvwx] [-O|o fmt] [-p pid] [-t tty] [-U user]",
"[-M core] [-N system] [-W swap]",
"ps [-L]");
exit(1);
OpenPOWER on IntegriCloud