From d86060a8148968be6bc9d038f8c498445c913831 Mon Sep 17 00:00:00 2001 From: jutty Date: Sat, 13 Jul 2024 17:22:02 -0300 Subject: [PATCH] Update homepage URL on help output --- src/utility.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utility.sh b/src/utility.sh index 3a36b69..868ed91 100644 --- a/src/utility.sh +++ b/src/utility.sh @@ -44,5 +44,5 @@ print_help() { printf "\n" printf "\tversion\t\tprint current version with release date\n" printf "\thelp\t\tshow this help text\n" - printf "\n See 'man tori' or https://brew.bsd.cafe/jutty/tori for more\n\n" + printf "\n See 'man tori' or https://tori.jutty.dev/docs for more help\n\n" }