diff options
Diffstat (limited to 'Completion/User/_gs')
-rw-r--r-- | Completion/User/_gs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_gs b/Completion/User/_gs index 14f544425..35a1d5388 100644 --- a/Completion/User/_gs +++ b/Completion/User/_gs @@ -39,7 +39,7 @@ else compadd "$expl[@]" - "${(@)${=${$(gs -h)##* devices:}%%Search path:*}:#}" && ret=0 ;; *OutputFile\=) - _description expl 'output file' + _description files expl 'output file' _files "$expl[@]" && ret=0 ;; *) |