change help text

This commit is contained in:
Marcus 2024-01-02 03:22:42 +01:00
parent 2288455822
commit 46bdb26fbf

View file

@ -323,14 +323,14 @@ case $1 in
floot floot
;; ;;
*) *)
echo "$0 [floot] [FILENAME] ([MODE])" echo "$0 [floot] [FILENAME|fill] ([MODE])"
echo "MODE: static (env \$H and \$W for position)" echo "MODE: static (env \$H and \$W for position)"
echo " chaos (env \$H and \$W for position range)" echo " chaos (env \$H and \$W for position range)"
echo " shake (env \$H and \$W for position range)" echo " shake (env \$H and \$W for position range)"
echo " cursor" echo " cursor"
echo "" echo ""
echo "available env vars to configure:" echo "available env vars to configure:"
echo "RESIZE(int), ALPHACOLOR(hex), FLOOTFORKS(int)" echo "RESIZE(int), ALPHACOLOR(hex), FLOOTFORKS(int), H(int), W(int)"
exit 1 exit 1
;; ;;
esac esac