> -----Original Message-----
> From: Varghese, Vipin
> Sent: Monday, December 3, 2018 5:50 AM
> Subject: [PATCH v6 1/9] app/procinfo: add usage for new debug
> 
> @@ -83,7 +87,13 @@ proc_info_usage(const char *prgname)
>               "  --stats-reset: to reset port statistics\n"
>               "  --xstats-reset: to reset port extended statistics\n"
>               "  --collectd-format: to print statistics to STDOUT in expected 
> by
> collectd format\n"
> -             "  --host-id STRING: host id used to identify the system process
> is running on\n",
> +             "  --host-id STRING: host id used to identify the system process
> is running on\n"
> +             "  --show-port to display ports information\n"
> +             "  --show-tm to display traffic manager information for ports\n"
> +             "  --show-crypto to display crypto information\n"
> +             "  --show-ring[=name] to display ring information\n"
> +             "  --show-mempool[=name] to display mempool information\n"
> +             "  --iter-mempool=name to iterate mempool elements\n",
>               prgname);
>  }
> 

Style related comment, add ' :'  between  command token  and token message, 
similar to host-id and other .

Is iter-mempool option, only to iterate only or to display the elements also? 
Then update the help message.

Thanks,
Reshma

Reply via email to