diff options
author | rafan <rafan@FreeBSD.org> | 2007-04-19 14:24:54 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-04-19 14:24:54 +0000 |
commit | c654468e48e06df5cad34378176d6fd5d875153f (patch) | |
tree | d98377b9fedea1e4c31e072d4ac8ba3de70e0716 /contrib/top | |
parent | 1e5d27edb1d76b857e056cb0241b67d815449052 (diff) | |
download | FreeBSD-src-c654468e48e06df5cad34378176d6fd5d875153f.zip FreeBSD-src-c654468e48e06df5cad34378176d6fd5d875153f.tar.gz |
- Add new 'a' and 'j' options into usage
Approved by: delphij (mentor, implicit)
Forgotten by: stas ('a') and rafan ('j')
Diffstat (limited to 'contrib/top')
-rw-r--r-- | contrib/top/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/top/top.c b/contrib/top/top.c index fbadb69..8011b64 100644 --- a/contrib/top/top.c +++ b/contrib/top/top.c @@ -410,7 +410,7 @@ char *argv[]; default: fprintf(stderr, "Top version %s\n" -"Usage: %s [-bCHIinqStuv] [-d count] [-m io | cpu] [-o field] [-s time]\n" +"Usage: %s [-abCHIijnqStuv] [-d count] [-m io | cpu] [-o field] [-s time]\n" " [-U username] [number]\n", version_string(), myname); exit(1); |