diff options
author | Hideo Hattori <hhatto.jp@gmail.com> | 2013-06-04 02:27:09 +0900 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-06-03 20:15:47 +0200 |
commit | 0bc86fe938e8f6d12aca41a283491f51729d5c62 (patch) | |
tree | 08c5008464faff97e28cd3089bca47d9e28b98da /ifpps.zsh | |
parent | a36b5c3b778fb7bb39183fb2ef0f86035d355c7f (diff) |
zsh: update zsh autocompletion functions to implementation
Update those functions to implementation status.
Signed-off-by: Hideo Hattori <hhatto.jp@gmail.com>
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'ifpps.zsh')
-rw-r--r-- | ifpps.zsh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -20,9 +20,8 @@ _arguments -s -S \ "(-d --dev)"{-d,--dev}"[Device to fetch statistics for i.e., eth0]:device:_interfaces" \ "(-p --promisc)"{-p,--promisc}"[Promiscuous mode]" \ "(-t --interval)"{-t,--interval}"[Refresh time in sec (default 1 s)]:interval:_gnu_generic" \ - "(-c --term)"{-c,--term}"[Output to terminal]" \ + "(-n --num-cpus)"{-n,--num-cpus}"[Number of top hitter CPUs to display in ncurses mode (default 10)]" \ "(-C --csv)"{-C,--csv}"[Output to terminal as CSV E.g. post-processing with Gnuplot et al.]" \ - "(-H --csv-tablehead)"{-H,--csv-tablehead}"[Print CSV table head]" \ "(-l --loop)"{-l,--loop}"[Loop terminal output]" \ {-v,--version}"[Print version]:" \ {-h,--help}"[Print this help]:" \ |