diff options
Diffstat (limited to 'utils/vmstat.c')
-rw-r--r-- | utils/vmstat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/vmstat.c b/utils/vmstat.c index c7f7a7af..eb0595f7 100644 --- a/utils/vmstat.c +++ b/utils/vmstat.c @@ -48,7 +48,8 @@ static const struct argp_option options[] = { {0} }; static const char *args_doc = "[PERIOD [COUNT [HEADER_INTERVAL]]]"; -static const char *doc = "If PERIOD is supplied, then terse mode is" +static const char *doc = "Show system virtual memory statistics" +"\vIf PERIOD is supplied, then terse mode is" " selected, and the output repeated every PERIOD seconds, with cumulative" " fields given the difference from the last output. If COUNT is given" " and non-zero, only that many lines are output. HEADER_INTERVAL" |