diff options
Diffstat (limited to 'Completion/Base/_arguments')
-rw-r--r-- | Completion/Base/_arguments | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Base/_arguments b/Completion/Base/_arguments index 1fcf34a10..4b7aaa1a0 100644 --- a/Completion/Base/_arguments +++ b/Completion/Base/_arguments @@ -155,7 +155,7 @@ if (( long )); then fi subopts=() -while [[ "$1" = -(O*|C|m*) ]]; do +while [[ "$1" = -(O*|C) ]]; do case "$1" in -C) usecc=yes; shift ;; -O) subopts=( "${(@P)2}" ); shift 2 ;; |