From 9ee1945b76025aadba827e9dfb454906494464e8 Mon Sep 17 00:00:00 2001 From: Marcus Date: Tue, 2 Jan 2024 03:24:52 +0100 Subject: [PATCH] change help text --- pixelfloot_bash.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pixelfloot_bash.sh b/pixelfloot_bash.sh index bf54dd0..0950f09 100755 --- a/pixelfloot_bash.sh +++ b/pixelfloot_bash.sh @@ -297,19 +297,21 @@ floot() { case $1 in +### DEPRECATED - JUST FOR TESTING draw_pixmap) draw_pixmap ;; gen_pixmap) gen_pixmap ;; +### END DEPRECATED - JUST FOR TESTING convertimg) - # convert arbeitsplatz.jpg txt: | tail -n +2 | awk '{print $1 $3}' - # this is probably better - + # old way ##gen_pixmap ##draw_pixmap + # convert arbeitsplatz.jpg txt: | tail -n +2 | awk '{print $1 $3}' + # this is probably better convertimg > $PIXLIST echo "file $PIXLIST" generated ;; @@ -323,7 +325,7 @@ case $1 in floot ;; *) - echo "$0 [floot] [FILENAME|fill] ([MODE])" + echo "$0 [floot|convertimg] [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)"