From e70ece60ad75bef7f4276802a15fc5090bfae406 Mon Sep 17 00:00:00 2001 From: Alexander David Frick Date: Sat, 25 Jun 2022 11:33:18 -0500 Subject: [PATCH] Update trunk.sh --- trunk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk.sh b/trunk.sh index a0a92d91..9bbc9f3a 100644 --- a/trunk.sh +++ b/trunk.sh @@ -17,7 +17,7 @@ try() { "$@" || die "${RED}Failed $*"; } # --help displayHelp () { printf "\n" && - printf "${bold}${GRE}Script to Rebase/Sync Chromium repo Linux.${c0}\n" && + printf "${bold}${GRE}Script to Rebase/Sync Chromium repo on Linux.${c0}\n" && printf "\n" }