aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmake-gif2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-gif b/make-gif
index 53cb126..ed766f6 100755
--- a/make-gif
+++ b/make-gif
@@ -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
}