diff options
author | Eric Cook <illua@users.sourceforge.net> | 2016-02-15 22:13:35 -0500 |
---|---|---|
committer | Eric Cook <illua@users.sourceforge.net> | 2016-02-15 22:13:35 -0500 |
commit | 40b3d2a1f65809c9e2e43fe4c426bd231b2a975a (patch) | |
tree | 8e6499bcfe635aab935e86157cc4573a381407e0 /Completion/Unix/Command/_php | |
parent | ac5d83bf56503d79de3d60a236326d687a491ecd (diff) | |
download | zsh-40b3d2a1f65809c9e2e43fe4c426bd231b2a975a.tar.gz zsh-40b3d2a1f65809c9e2e43fe4c426bd231b2a975a.tar.xz zsh-40b3d2a1f65809c9e2e43fe4c426bd231b2a975a.zip |
37975: Completion/Unix/Command/_php: remove _arguments' -A option
Diffstat (limited to 'Completion/Unix/Command/_php')
-rw-r--r-- | Completion/Unix/Command/_php | 2 |
1 files changed, 1 insertions, 1 deletions
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) |