diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-19 10:32:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-19 10:32:25 +0000 |
commit | ab21e8c19af58d86d00195e8c7fb7e08e600dd71 (patch) | |
tree | 49e1ecf5892a79811c635f039f67826612f5800a /usr.bin/top/top.c | |
parent | b5a97a578201b59d08a22ccc7e7ce8203d29fc00 (diff) |
commands.c: add `o' and `S' to internal help, sort options
top.1: sort options and SYNOPSIS
add description of `o' (from Patrick Latifi)
top.c: sync usage() with SYNOPSIS
ok deraadt@
Diffstat (limited to 'usr.bin/top/top.c')
-rw-r--r-- | usr.bin/top/top.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/top/top.c b/usr.bin/top/top.c index cffcd3df6b6..ea4ac0d9a3b 100644 --- a/usr.bin/top/top.c +++ b/usr.bin/top/top.c @@ -1,4 +1,4 @@ -/* $OpenBSD: top.c,v 1.28 2003/08/21 08:14:50 deraadt Exp $ */ +/* $OpenBSD: top.c,v 1.29 2003/09/19 10:32:24 jmc Exp $ */ /* * Top users/processes display for Unix @@ -128,7 +128,7 @@ usage(void) extern char *__progname; fprintf(stderr, - "usage: %s [-ISbinqu] [-d x] [-s x] [-o field] [-U username] [number]\n", + "usage: %s [-biInqSu] [-d count] [-o field] [-s time] [-U username] [number]\n", __progname); } |