From c654468e48e06df5cad34378176d6fd5d875153f Mon Sep 17 00:00:00 2001 From: rafan Date: Thu, 19 Apr 2007 14:24:54 +0000 Subject: - Add new 'a' and 'j' options into usage Approved by: delphij (mentor, implicit) Forgotten by: stas ('a') and rafan ('j') --- contrib/top/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/top') 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); -- cgit v1.1