diff options
Diffstat (limited to 'Completion/Base/_arguments')
-rw-r--r-- | Completion/Base/_arguments | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Base/_arguments b/Completion/Base/_arguments index 031ed90cf..0170ce307 100644 --- a/Completion/Base/_arguments +++ b/Completion/Base/_arguments @@ -194,7 +194,7 @@ if comparguments -i "$autod" "$@"; then while true; do while _tags; do if [[ -n "$matched" ]] || _requested arguments; then - _description expl "$descr" + _description arguments expl "$descr" if [[ "$action" = -\>* ]]; then comparguments -W line opt_args @@ -268,7 +268,7 @@ if comparguments -i "$autod" "$@"; then if comparguments -s single; then - _description expl option + _description options expl option if [[ "$single" = direct ]]; then compadd "$expl[@]" -QS '' - "${PREFIX}${SUFFIX}" |