From 0bc86fe938e8f6d12aca41a283491f51729d5c62 Mon Sep 17 00:00:00 2001 From: Hideo Hattori Date: Tue, 4 Jun 2013 02:27:09 +0900 Subject: zsh: update zsh autocompletion functions to implementation Update those functions to implementation status. Signed-off-by: Hideo Hattori Signed-off-by: Daniel Borkmann --- ifpps.zsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ifpps.zsh') diff --git a/ifpps.zsh b/ifpps.zsh index a4a4a5d..87ce135 100644 --- a/ifpps.zsh +++ b/ifpps.zsh @@ -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]:" \ -- cgit v1.2.3-54-g00ecf