corrected readme filename and chandged readme

This commit is contained in:
2021-09-25 20:46:54 +02:00
parent fbb683b4e3
commit b3af44668a
3 changed files with 87 additions and 38 deletions

View File

@@ -46,15 +46,15 @@ print_help() {
# set color
printf %s "$YELLOW"
cat <<'EOF'
Usage: Sudo ./install.sh [command oprions]
Usage: Sudo ./install.sh [arguments]
Command options:
Arguments:
-h, -help Show a list of all commands
-v, -version Show the current version of the application
-d Run the install in debug mode
-a Download all the files without a command prompt
-b Use bash as main terminal
-z Use Oh-My-Zsh as main terminal
-a Download all the files without the install command prompt
-b Use bash as main terminal without the prompt
-z Use Oh-My-Zsh as main terminal without the prompt
EOF
# set color to default
printf %s "$RESET"