diff options
author | Christian Hesse <mail@eworm.de> | 2015-05-13 17:02:23 +0200 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2015-05-13 19:34:21 +0100 |
commit | 29fdde5fb7466c501bcbd62d0d2fd1b31c6d455a (patch) | |
tree | d5ae8ebea47a9ef91f2640a8e323ec3d0ed24551 /Completion/Unix/Command/_ip | |
parent | ec57c91b586a7682fcdb08c3704c9214cddfa5e7 (diff) | |
download | zsh-29fdde5fb7466c501bcbd62d0d2fd1b31c6d455a.tar.gz zsh-29fdde5fb7466c501bcbd62d0d2fd1b31c6d455a.tar.xz zsh-29fdde5fb7466c501bcbd62d0d2fd1b31c6d455a.zip |
35107: new ip options to complete
Diffstat (limited to 'Completion/Unix/Command/_ip')
-rw-r--r-- | Completion/Unix/Command/_ip | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_ip b/Completion/Unix/Command/_ip index bfa7d995b..1e3949148 100644 --- a/Completion/Unix/Command/_ip +++ b/Completion/Unix/Command/_ip @@ -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' \ |