diff options
| author | dana <dana@dana.is> | 2026-07-03 06:37:58 -0500 |
|---|---|---|
| committer | dana <dana@dana.is> | 2026-07-03 06:41:21 -0500 |
| commit | 990b45858fe698185734df92c01cfb03d9950c50 (patch) | |
| tree | a1d5c5b8d135174f7b0ea5ca4b9ce67472c357d8 /Completion/Unix/Command/_ping | |
| parent | unposted: _pip: remove -b (diff) | |
| download | zsh-990b45858fe698185734df92c01cfb03d9950c50.tar zsh-990b45858fe698185734df92c01cfb03d9950c50.tar.gz zsh-990b45858fe698185734df92c01cfb03d9950c50.tar.bz2 zsh-990b45858fe698185734df92c01cfb03d9950c50.tar.lz zsh-990b45858fe698185734df92c01cfb03d9950c50.tar.xz zsh-990b45858fe698185734df92c01cfb03d9950c50.tar.zst zsh-990b45858fe698185734df92c01cfb03d9950c50.zip | |
unposted: completion: fix ambiguous arg specs
specs beginning with -[AMO] must be guarded
also fix an erroneous -A option in _module-assistant
Diffstat (limited to 'Completion/Unix/Command/_ping')
| -rw-r--r-- | Completion/Unix/Command/_ping | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_ping b/Completion/Unix/Command/_ping index 09e5ed1f6..22abd1794 100644 --- a/Completion/Unix/Command/_ping +++ b/Completion/Unix/Command/_ping @@ -242,5 +242,5 @@ case ${variant}:${${service#ping}:-4} in ;; esac -_arguments -s -S $args \ +_arguments -s -S : $args \ '*:host:_hosts' |
