diff options
Diffstat (limited to 'Completion/X/Command/_xrandr')
-rw-r--r-- | Completion/X/Command/_xrandr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/X/Command/_xrandr b/Completion/X/Command/_xrandr index 9d9323c69..b0851569e 100644 --- a/Completion/X/Command/_xrandr +++ b/Completion/X/Command/_xrandr @@ -51,7 +51,7 @@ _arguments -C \ case $state in value) case $words[CURRENT-1] in - (scaling* mode) + (scaling*" mode") _description value expl "output property 'scaling mode'" compadd "$@" "$expl[@]" None Full Center Full\ aspect && return 0 ;; |