diff options
Diffstat (limited to 'contrib/top/top.c')
-rw-r--r-- | contrib/top/top.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/top/top.c b/contrib/top/top.c index 00acd85..890499e 100644 --- a/contrib/top/top.c +++ b/contrib/top/top.c @@ -395,9 +395,10 @@ char *argv[]; break; default: - fprintf(stderr, "\ -Top version %s\n\ -Usage: %s [-CHISbinqut] [-d x] [-s x] [-o field] [-U username] [number]\n", + fprintf(stderr, +"Top version %s\n" +"Usage: %s [-bHIinqStuv] [-d count] [-m io | cpu] [-o field] [-s time]\n" +" [-U username] [number]\n", version_string(), myname); exit(1); } |