From d49da4376ab2ad3792143a936d484314172b11d4 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 8 Oct 2024 00:43:29 -0700 Subject: [PATCH] Update launch.sh --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.sh b/launch.sh index 9855242..6a33792 100755 --- a/launch.sh +++ b/launch.sh @@ -22,7 +22,7 @@ elif [ "$1" == "html" ]; then elif [ "$1" == "html5" ]; then python3 etc/report_generator5.py else - echo "Please provide a bot to launch (pong/mesh)" + echo "Please provide a bot to launch (pong/mesh) or a report to generate (html/html5)" exit 1 fi