diff options
| author | Oliver Kiddle <opk@zsh.org> | 2014-08-14 00:00:39 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2014-08-14 19:00:04 +0200 |
| commit | 469ee6daef50d0736a38f646bd9eb659b7aad6d1 (patch) | |
| tree | e77a3b919090d1d8433b4f06d6b41fcf6c8d387a /Completion/Unix/Command/_nmap | |
| parent | 33002: tcp_expect -P pm tags matches with a string (diff) | |
| download | zsh-469ee6daef50d0736a38f646bd9eb659b7aad6d1.tar zsh-469ee6daef50d0736a38f646bd9eb659b7aad6d1.tar.gz zsh-469ee6daef50d0736a38f646bd9eb659b7aad6d1.tar.bz2 zsh-469ee6daef50d0736a38f646bd9eb659b7aad6d1.tar.lz zsh-469ee6daef50d0736a38f646bd9eb659b7aad6d1.tar.xz zsh-469ee6daef50d0736a38f646bd9eb659b7aad6d1.tar.zst zsh-469ee6daef50d0736a38f646bd9eb659b7aad6d1.zip | |
32997: new utility function for separated lists
Diffstat (limited to 'Completion/Unix/Command/_nmap')
| -rw-r--r-- | Completion/Unix/Command/_nmap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_nmap b/Completion/Unix/Command/_nmap index f23937abc..437e68b7d 100644 --- a/Completion/Unix/Command/_nmap +++ b/Completion/Unix/Command/_nmap @@ -22,7 +22,7 @@ _arguments -C \ '-iR[scan random hosts]:num hosts' \ '-p[specify ports to try]:port numbers' \ '-F[scan only ports listed in services file]' \ - '-D[perform decoy scan]:host list:->host-list' \ + '-D[perform decoy scan]:host list:_sequence -s, _hosts' \ '-S[specify source address]:address:_hosts' \ '-e[specify interface to use]:network interface:_net_interfaces' \ '-g[specify source port number]:port number' \ |
