From 8cd9409fd1613a1ddcdb4b534734d7bc88d1f525 Mon Sep 17 00:00:00 2001 From: James Aaron Erang Date: Tue, 23 Apr 2024 19:14:11 +0800 Subject: [PATCH] use tab instead of spaces --- install.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index ec2354c..35dea61 100755 --- a/install.sh +++ b/install.sh @@ -6,15 +6,16 @@ function install_fail() { exit 1 } +# This is the help fuction. It helps users with the options # This is the help fuction. It helps users with the options function Help(){ echo "Usage: install.sh [option]" echo "Options:" - echo " -h: Show this help message and exit" - echo " -d: Install only dependencies" - echo " -p: Install only python dependencies (including playwright)" - echo " -b: Install just the bot" - echo " -l: Install the bot and the python dependencies" + echo -e "\t-h: Show this help message and exit" + echo -e "\t-d: Install only dependencies" + echo -e "\t-p: Install only python dependencies (including playwright)" + echo -e "\t-b: Install just the bot" + echo -e "\t-l: Install the bot and the python dependencies" } # Options