From 40b3d2a1f65809c9e2e43fe4c426bd231b2a975a Mon Sep 17 00:00:00 2001 From: Eric Cook Date: Mon, 15 Feb 2016 22:13:35 -0500 Subject: 37975: Completion/Unix/Command/_php: remove _arguments' -A option --- Completion/Unix/Command/_php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_php b/Completion/Unix/Command/_php index 4edcd1e57..0e840032f 100644 --- a/Completion/Unix/Command/_php +++ b/Completion/Unix/Command/_php @@ -43,7 +43,7 @@ args+=( '(-)*::script argument: _normal' ) -_arguments -C -s -S -A "-*" "$args[@]" && return 0 +_arguments -C -s -S "$args[@]" && return 0 case $state in directive) -- cgit 1.4.1