use tab instead of spaces

pull/2029/head
James Aaron Erang 1 year ago
parent aea9193aba
commit 8cd9409fd1
No known key found for this signature in database
GPG Key ID: D4D8E0B491964543

@ -6,15 +6,16 @@ function install_fail() {
exit 1 exit 1
} }
# This is the help fuction. It helps users with the options
# This is the help fuction. It helps users with the options # This is the help fuction. It helps users with the options
function Help(){ function Help(){
echo "Usage: install.sh [option]" echo "Usage: install.sh [option]"
echo "Options:" echo "Options:"
echo " -h: Show this help message and exit" echo -e "\t-h: Show this help message and exit"
echo " -d: Install only dependencies" echo -e "\t-d: Install only dependencies"
echo " -p: Install only python dependencies (including playwright)" echo -e "\t-p: Install only python dependencies (including playwright)"
echo " -b: Install just the bot" echo -e "\t-b: Install just the bot"
echo " -l: Install the bot and the python dependencies" echo -e "\t-l: Install the bot and the python dependencies"
} }
# Options # Options

Loading…
Cancel
Save