From d23e15d1d88f900b117c02805363d6a64a891b85 Mon Sep 17 00:00:00 2001 From: Torben Brenner Date: Mon, 16 May 2022 09:25:15 +0200 Subject: [PATCH] docs: Added note on PROJECTNAME Parameter to Usage --- lib/functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/functions.sh b/lib/functions.sh index 11b00e5..e6c5dec 100755 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -13,6 +13,7 @@ log() { printUsage() { echo "Usage: bridgehead start|stop|update|install|uninstall PROJECTNAME" + echo "PROJECTNAME should be one of ccp|nngm|gbn" } checkRequirements() {