diff --git a/contrib/top/top.c b/contrib/top/top.c index fbadb69abf84..8011b64fc4ae 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);