mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 18:30:55 +01:00
unposted (github pull request #15): fix a small typo in ip corrections file
This commit is contained in:
parent
f862882f82
commit
5da6621ffe
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2017-03-11 John Leuenhagen <john@zlima12.com>
|
||||
|
||||
* unposted (github pull request #15):
|
||||
Completion/Unix/Command/_ip: fix a small typo in `ip`
|
||||
corrections file
|
||||
|
||||
2017-03-10 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 40824: Completion/Unix/Command/_grep: completion handling
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ _regex_words \
|
|||
link-set-commands 'link set commands' \
|
||||
'dev:specify device:$subcmd_dev' \
|
||||
'u*p:change state to up' \
|
||||
'do*wn:change state do down' \
|
||||
'do*wn:change state to down' \
|
||||
'ar*p:change ARP flag on device:$subcmd_onoff' \
|
||||
'mu*lticast:change MULTICAST flag on device:$subcmd_onoff' \
|
||||
'pr*omisc:set promiscuous mode:$subcmd_onoff' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue