corrected indentation for output

This commit is contained in:
My Spaghetti
2021-05-27 16:42:44 +03:00
parent 41d91402b7
commit 17aa03f4f4
+1 -1
View File
@@ -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