summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command
diff options
context:
space:
mode:
authordana <dana@dana.is>2026-07-03 06:48:51 -0500
committerdana <dana@dana.is>2026-07-03 06:57:32 -0500
commit841154762ba248c9695770b3e1bc438b7e4645c7 (patch)
treeca8aa69ad7350e8742fd11c8bb4213381a6091e0 /Completion/Unix/Command
parentunposted: completion: fix ambiguous arg specs (diff)
downloadzsh-841154762ba248c9695770b3e1bc438b7e4645c7.tar
zsh-841154762ba248c9695770b3e1bc438b7e4645c7.tar.gz
zsh-841154762ba248c9695770b3e1bc438b7e4645c7.tar.bz2
zsh-841154762ba248c9695770b3e1bc438b7e4645c7.tar.lz
zsh-841154762ba248c9695770b3e1bc438b7e4645c7.tar.xz
zsh-841154762ba248c9695770b3e1bc438b7e4645c7.tar.zst
zsh-841154762ba248c9695770b3e1bc438b7e4645c7.zip
unposted: _ping: revert previous _arguments fix
re: previous commit, this one was actually ok since another option is added in front of the -A on solaris. and the change was undesirable for the iputils case since it uses the args array for options to _arguments itself
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r--Completion/Unix/Command/_ping2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_ping b/Completion/Unix/Command/_ping
index 22abd1794..09e5ed1f6 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'