summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_ip
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2026-05-07 20:07:50 +0200
committerMikael Magnusson <mikachu@gmail.com>2026-05-16 18:28:26 +0200
commitdd4666d82ec24777c47a8f0ffcdc2dde417d7802 (patch)
tree73d373828fccfc29ecb748eb72d43824d1ee8458 /Completion/Unix/Command/_ip
parent54531: completers: remove spurious ; in "case $foo; in" (diff)
downloadzsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.tar
zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.tar.gz
zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.tar.bz2
zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.tar.lz
zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.tar.xz
zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.tar.zst
zsh-dd4666d82ec24777c47a8f0ffcdc2dde417d7802.zip
54532: completers: various small fixes
_find: - and + were reversed compared to the disp string _zstyle: fix typo breaking chpwd-specific style completion _sudo: minor typo in exclusion list _rsync: fix some minor thinkos _ip: fix a few typos _sort: remove double --ignore-nonprinting line _df: fix typo widge -> wedge _tmux: fix various issues _mount: defperm confusion _sed: typo _netstat: fix -4/-6 typo _wget: fix some syntactical typos _subversion: fix using wrong cache name _lsof: typo _ffmpeg: fix copy-pasto in for scodecs _ansible: --skip-tags also takes tags
Diffstat (limited to 'Completion/Unix/Command/_ip')
-rw-r--r--Completion/Unix/Command/_ip6
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Unix/Command/_ip b/Completion/Unix/Command/_ip
index 2d6774768..d63ddedab 100644
--- a/Completion/Unix/Command/_ip
+++ b/Completion/Unix/Command/_ip
@@ -258,7 +258,7 @@ _regex_words addr-show-commands "addr show commands" \
'up:limit display to running devices' \
's*cope:specify scope for address:$subcmd_scope' \
't*o:limit to given IP address/prefix:$subcmd_ipaddr' \
- 'la*bel:list tags matching glob patter:$subcmd_string' \
+ 'la*bel:list tags matching glob pattern:$subcmd_string' \
'dynamic:list addresses from stateless configuration (IPv6)' \
'permanent:list non-dynamic addresses (IPv6)' \
'tentative:list addresses failing duplicate address detection (IPv6)' \
@@ -306,7 +306,7 @@ _regex_words \
'a*dd: add an address labels:$addrlabel_add_cmds' \
'd*el: delete an address labels:$addrlabel_del_cmds' \
'l*ist: list address labels' \
- 'f*lush: flush adderss labels'
+ 'f*lush: flush address labels'
addrlabel_cmds=("$reply[@]")
#
@@ -431,7 +431,7 @@ route_cmds=("$reply[@]")
local -a rule_add_cmds
_regex_words rule-add-commands 'ip rule add/delete commands' \
- 'ty*xpe:type of rule:$subcmd_ruletypes' \
+ 'ty*pe:type of rule:$subcmd_ruletypes' \
'fr*om:select source prefix:$subcmd_ipaddr' \
'to:select destination prefix:$subcmd_ipaddr' \
'iif:select input interface (device):$subcmd_dev' \