From 46bdb26fbf8d1f1ed47ed0a6a4f8ad2d7fcc2a95 Mon Sep 17 00:00:00 2001 From: Marcus Date: Tue, 2 Jan 2024 03:22:42 +0100 Subject: [PATCH] change help text --- pixelfloot_bash.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixelfloot_bash.sh b/pixelfloot_bash.sh index f4df000..bf54dd0 100755 --- a/pixelfloot_bash.sh +++ b/pixelfloot_bash.sh @@ -323,14 +323,14 @@ case $1 in floot ;; *) - echo "$0 [floot] [FILENAME] ([MODE])" + echo "$0 [floot] [FILENAME|fill] ([MODE])" echo "MODE: static (env \$H and \$W for position)" echo " chaos (env \$H and \$W for position range)" echo " shake (env \$H and \$W for position range)" echo " cursor" echo "" 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 ;; esac