1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

35107: new ip options to complete

This commit is contained in:
Christian Hesse 2015-05-13 17:02:23 +02:00 committed by Peter Stephenson
parent ec57c91b58
commit 29fdde5fb7
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2015-05-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Christian Hesse: 35107: Completion/Unix/Command/_ip: new ip
options.
2015-05-13 Peter Stephenson <p.stephenson@samsung.com>
* users/20203: Src/builtin., Src/exec.c, Test/A01grammar.ztst:

View file

@ -531,6 +531,8 @@ args=(
)
_regex_words options "ip options" \
'-h*uman:output statistics with human readable values' \
'-i*ec:print human readable rates in IEC units (ie. 1K = 1024)' \
'-s*tatistics:output statistics' \
'-f*amily:select protocol family:$subcmd_family' \
'-4:IPv4' \