diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-07-13 15:38:01 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-07-13 15:38:01 +0200 |
commit | 6258bb8e799fbb5bf31742825a02d4c90df7983f (patch) | |
tree | f3e0fa6180abf67358018314fba8b207003c7f3e /ifpps.c | |
parent | a5f36f6b0a4c2c6cd879d3e0d10572e86386a4db (diff) |
ifpps: help: reduce option description to one line
Make this conform to trafgen/netsniff-ng and reduce it to 1 line
description.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'ifpps.c')
-rw-r--r-- | ifpps.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -116,8 +116,7 @@ static void __noreturn help(void) "Usage: ifpps [options] || ifpps <netdev>\n" "Options:\n" " -d|--dev <netdev> Device to fetch statistics for e.g., eth0\n" - " -n|--num-cpus <num> Number of top hitter CPUs to display\n" - " in ncurses mode (default 5)\n" + " -n|--num-cpus <num> Number of top hitter CPUs in ncurses mode (def: 5)\n" " -t|--interval <time> Refresh time in ms (default 1000 ms)\n" " -c|--csv Output to terminal as Gnuplot-ready data\n" " -l|--loop Continuous CSV output\n" |