From 78c1813f0ff56e6aa2edbbc70aeffebbc4ca4773 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 6 Aug 2015 18:06:15 +0200 Subject: zsh: netsniff-ng: Add completetion for --cooked Commit da8fcdd7 ("netsniff-ng: Add cooked cmdline option.") added the -w/--cooked command line option but didn't add it to the zsh completition. Do so now. Signed-off-by: Tobias Klauser --- netsniff-ng.zsh | 1 + 1 file changed, 1 insertion(+) (limited to 'netsniff-ng.zsh') diff --git a/netsniff-ng.zsh b/netsniff-ng.zsh index a0050f2..f658811 100644 --- a/netsniff-ng.zsh +++ b/netsniff-ng.zsh @@ -46,6 +46,7 @@ _arguments -s -S \ "(-n --num)"{-n,--num}"[Number of packets until exit (def: 0)]" \ "(-P --prefix)"{-P,--prefix}"[Prefix for pcaps stored in directory]" \ "(-T --magic)"{-T,--magic}"[Pcap magic number/pcap format to store, see -D]" \ + "(-w --cooked)"{-w,--cooked}"[Use Linux \"cooked\" header instead of link header]" \ "(-D --dump-pcap-types)"{-D,--dump-pcap-types}"[Dump pcap types and magic numbers and quit]" \ "(-B --dump-bpf)"{-B,--dump-bpf}"[Dump generated BPF assembly]" \ "(-r --rand)"{-r,--rand}"[Randomize packet forwarding order (dev->dev)]" \ -- cgit v1.2.3-54-g00ecf