diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-05-14 09:03:32 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-05-14 09:03:32 +0000 |
commit | b8955f4dfde29520389ce4bffa5bf509832e14ce (patch) | |
tree | 94ec39adfc9563bdb62ab4b8885f234c6b074bde /usr.bin/top/top.c | |
parent | 40eeae3f55ac7145433581b7f6b99e13992197e6 (diff) |
sort options + sync usage();
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 0824074e63d..1c4be009ecb 100644 --- a/usr.bin/top/top.c +++ b/usr.bin/top/top.c @@ -1,4 +1,4 @@ -/* $OpenBSD: top.c,v 1.37 2005/05/13 20:43:30 jaredy Exp $ */ +/* $OpenBSD: top.c,v 1.38 2005/05/14 09:03:31 jmc Exp $ */ /* * Top users/processes display for Unix @@ -131,7 +131,7 @@ usage(void) extern char *__progname; fprintf(stderr, - "usage: %s [-biInqSu] [-d count] [-o field] [-p pid] [-s time] [-U username] [number]\n", + "usage: %s [-bIinqSu] [-d count] [-o field] [-p pid] [-s time] [-U username] [number]\n", __progname); } |