aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/scrot.fish
diff options
context:
space:
mode:
Diffstat (limited to 'share/completions/scrot.fish')
-rw-r--r--share/completions/scrot.fish21
1 files changed, 11 insertions, 10 deletions
diff --git a/share/completions/scrot.fish b/share/completions/scrot.fish
index 5cd03e90..8e77ceab 100644
--- a/share/completions/scrot.fish
+++ b/share/completions/scrot.fish
@@ -1,11 +1,12 @@
-complete -c scrot -s h -l help -d 'display this help and exit'
-complete -c scrot -s v -l version -d 'output version information and exit'
-complete -c scrot -s b -l border -d 'When selecting a window, grab wm border too'
-complete -c scrot -s c -l count -d 'show a countdown before taking the shot'
-complete -c scrot -s d -l delay -x -d 'wait NUM seconds before taking a shot'
-complete -c scrot -s e -l exec -d 'run APP on the resulting screenshot' -xa '(complete -C(commandline -ct))'
-complete -c scrot -s q -l quality -x -d 'Image quality (1-100) high value means high size, low compression. Default: 75. For lossless compression formats, like png, low quality means high compression.'
-complete -c scrot -s m -l multidisp -d 'For multiple heads, grab shot from each and join them together.'
-complete -c scrot -s s -l select -d 'interactively choose a window or rectangle with the mouse'
-complete -c scrot -s t -l thumb -x -d 'generate thumbnail too. NUM is the percentage of the original size for the thumbnail to be, or the geometry in percent, e.g. 50x60 or 80x20.'
+complete -c scrot -s h -l help --description 'Display help and exit'
+complete -c scrot -s v -l version --description 'Display version information and exit'
+complete -c scrot -s b -l border --description 'When selecting a window, grab wm border too'
+complete -c scrot -s c -l count --description 'Display a countdown when used with delay'
+complete -c scrot -s d -l delay --description 'Wait NUMBER of seconds before taking a shot'
+complete -c scrot -s e -l exec --description 'Execute APPLICATION on the saved image'
+complete -c scrot -s q -l quality --description 'Image quality [1-100]'
+complete -c scrot -s m -l multidisp --description 'Grab shot from multiple heads'
+complete -c scrot -s s -l select --description 'Select a window or rectangle with the mouse'
+complete -c scrot -s t -l thumb --description 'Generate thumbnail PERCENT of original'
+