mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
Michal Halenka: 30800: fix arpping option
This commit is contained in:
parent
431eac1278
commit
1446625072
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-11-15 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 30800: Michal Halenka: Completion/Unix/Command/_arping: fix
|
||||
option.
|
||||
|
||||
2012-11-12 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 30795: Completion/Unix/Command/_xz,
|
||||
|
@ -330,5 +335,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5759 $
|
||||
* $Revision: 1.5760 $
|
||||
*****************************************************
|
||||
|
|
|
@ -35,7 +35,7 @@ _arguments -s \
|
|||
'-s[set source MAC address]:source MAC address' \
|
||||
'-t[set target MAC address]:target MAC address' \
|
||||
'-c[send this many requests]:count' \
|
||||
'-i[interface]:interface:_net_interfaces' \
|
||||
'-I[interface]:interface:_net_interfaces' \
|
||||
'-A[only count addresses matching requested address]' \
|
||||
'(-B):address:_hosts'
|
||||
|
||||
|
|
Loading…
Reference in a new issue