From 841154762ba248c9695770b3e1bc438b7e4645c7 Mon Sep 17 00:00:00 2001 From: dana Date: Fri, 3 Jul 2026 06:48:51 -0500 Subject: 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 --- Completion/Unix/Command/_ping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command') 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' -- cgit v1.3.1