From 17aa03f4f423eee6c7aa772418619538ce6acd99 Mon Sep 17 00:00:00 2001 From: My Spaghetti <31696646+myspaghetti@users.noreply.github.com> Date: Thu, 27 May 2021 16:42:44 +0300 Subject: [PATCH] corrected indentation for output --- macos-guest-virtualbox.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos-guest-virtualbox.sh b/macos-guest-virtualbox.sh index df8cd07..1fe3725 100755 --- a/macos-guest-virtualbox.sh +++ b/macos-guest-virtualbox.sh @@ -1697,7 +1697,7 @@ for specified_arg in "$@"; do if [[ -z "${there_is_a_match}" ]]; then echo -e "\nOne or more specified arguments is not recognized." echo -e "\nRecognized stages:\n${stages}" - echo -e "Other recognized arguments:\n\n check_shell\n documentation\n troubleshoot\n and_all_subsequent_stages" + echo -e "Other recognized arguments:\n\n check_shell\n documentation\n troubleshoot\n and_all_subsequent_stages" echo -e "\nView documentation by entering the following command:" would_you_like_to_know_less exit