diff options
Diffstat (limited to 'functions/help.sh')
-rwxr-xr-x | functions/help.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/help.sh b/functions/help.sh index e8035fd91..ff10595c9 100755 --- a/functions/help.sh +++ b/functions/help.sh @@ -29,6 +29,6 @@ Help () printf "${HELP}\n\n" fi - echo "Report bugs to the Live Systems project <https://wiki.debian.org/DebianLive>." + echo "Report bugs to the Debian Live project <https://wiki.debian.org/DebianLive>." exit 0 } |