From 43886a73b7499b04fe45829157b68b0d5aebe2dd Mon Sep 17 00:00:00 2001 From: germedeb Date: Sun, 10 Jul 2022 20:28:05 -0300 Subject: [PATCH] corrected a typo in the help section --- tasks/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/build.sh b/tasks/build.sh index 565e2e9..5f57e57 100755 --- a/tasks/build.sh +++ b/tasks/build.sh @@ -48,7 +48,7 @@ case "$@" in *--help*|*-h*) --autoinstall Autoinstall to User directory This software is licensed under the GPLv3 and the CC-BY-SA 4.0 licenses. -See README and LICENSE for more information" +See README and LICENSE for more information\\n" exit 0; esac