From fbcbfac1878fd6b21a5d40ff79a7b86feed08e97 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 29 Oct 2015 09:36:34 +0100 Subject: completion: Update completitions for netsniff-ng tools Signed-off-by: Tobias Klauser --- .zsh/completion/_mausezahn.zsh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.zsh/completion/_mausezahn.zsh') diff --git a/.zsh/completion/_mausezahn.zsh b/.zsh/completion/_mausezahn.zsh index 95a9e35..57a56a1 100644 --- a/.zsh/completion/_mausezahn.zsh +++ b/.zsh/completion/_mausezahn.zsh @@ -42,6 +42,7 @@ _interfaces () { _arguments -s -S \ "-x[Interactive mode with telnet CLI, default port: 25542]" \ + "-l[Listen address in interactive mode, default: 0.0.0.0]" \ "(-6)-4[IPv4 mode (default)]" \ "(-4)-6[IPv6 mode]" \ "-c[Send packet count times, default:1, infinite:0]" \ @@ -62,6 +63,6 @@ _arguments -s -S \ "(-V -VV -VVV)"{-V,-VV,-VVV}"[Verbose and more verbose mode]" \ "-q[Quiet mode, even omit 'important' standard short messages]" \ "-S[Simulation mode: DOES NOT put anything on the wire, this is typically combined with one of the verbose modes (v or V)]" \ - "-v[Show version]:" \ - "-h[Print this help]:" \ + "-v[Show version and exit]:" \ + "-h[Print help and exit]:" \ "*::args:_gnu_generic" -- cgit v1.2.3-54-g00ecf