diff options
Diffstat (limited to 'make-gif')
-rwxr-xr-x | make-gif | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ usage() { echo " number of colours -c --colours <int> 256" echo " dithering algorithm -d --dither <str> sierra2_4a" echo "redraw only changed rectangle -r --rect" - [[ $hasgsic ]] && echo " optimise with gifsicle -o --optimise" + [[ $hasgsic ]] && echo " optimise with gifsicle -o --optimise" echo " print this help -h --help" exit 1 } |