diff --git a/get-newt.sh b/get-newt.sh index 77df9ed..5390871 100644 --- a/get-newt.sh +++ b/get-newt.sh @@ -273,7 +273,7 @@ main() { CUSTOM_PATH=$(parse_path_arg "$@") if [ -n "$CUSTOM_PATH" ]; then - print_status "Installing latest version of newt to ${CUSTOM_PATH} (--path override)..." + print_status "Installing latest version of newt to ${CUSTOM_PATH}..." else print_status "Installing latest version of newt..." fi @@ -331,4 +331,4 @@ main() { } # Run main function -main "$@" \ No newline at end of file +main "$@"