1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00

Michal Halenka: 30800: fix arpping option

This commit is contained in:
Peter Stephenson 2012-11-15 21:04:07 +00:00
parent 431eac1278
commit 1446625072
2 changed files with 7 additions and 2 deletions

View file

@ -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> 2012-11-12 Oliver Kiddle <opk@zsh.org>
* 30795: Completion/Unix/Command/_xz, * 30795: Completion/Unix/Command/_xz,
@ -330,5 +335,5 @@
***************************************************** *****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL * This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5759 $ * $Revision: 1.5760 $
***************************************************** *****************************************************

View file

@ -35,7 +35,7 @@ _arguments -s \
'-s[set source MAC address]:source MAC address' \ '-s[set source MAC address]:source MAC address' \
'-t[set target MAC address]:target MAC address' \ '-t[set target MAC address]:target MAC address' \
'-c[send this many requests]:count' \ '-c[send this many requests]:count' \
'-i[interface]:interface:_net_interfaces' \ '-I[interface]:interface:_net_interfaces' \
'-A[only count addresses matching requested address]' \ '-A[only count addresses matching requested address]' \
'(-B):address:_hosts' '(-B):address:_hosts'