From 926a99d402aaa3accc21d803d2dc924cceac04bb Mon Sep 17 00:00:00 2001 From: Rong-En Fan Date: Thu, 19 Apr 2007 14:24:54 +0000 Subject: [PATCH] - 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(-) diff --git a/contrib/top/top.c b/contrib/top/top.c index fbadb69abf8..8011b64fc4a 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);