From 990b45858fe698185734df92c01cfb03d9950c50 Mon Sep 17 00:00:00 2001 From: dana Date: Fri, 3 Jul 2026 06:37:58 -0500 Subject: unposted: completion: fix ambiguous arg specs specs beginning with -[AMO] must be guarded also fix an erroneous -A option in _module-assistant --- Completion/Unix/Command/_ping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_ping') 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' -- cgit v1.3.1