diff --git a/jhalfs b/jhalfs index 06131b9..fed7ec3 100755 --- a/jhalfs +++ b/jhalfs @@ -281,7 +281,7 @@ echo "${SD_BORDER}${nl_}" echo -n "Are you happy with these settings? yes/no (no): " read ANSWER if [ x$ANSWER != "xyes" ] ; then - echo "${nl_}Fix the configuration options and rerun the script.${nl_}" + echo "${nl_}Rerun make to fix the configuration options.${nl_}" exit 1 fi echo "${nl_}${SD_BORDER}${nl_}"