From 2ad0514d7cb59608147dee2305ffa696af7cb32f Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Thu, 29 Apr 2021 19:15:32 +0200 Subject: [PATCH] Save changes --- PF-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PF-build.sh b/PF-build.sh index f461bfc1f..b96fb46b7 100755 --- a/PF-build.sh +++ b/PF-build.sh @@ -504,7 +504,7 @@ if [ "$help_flag" == "1" ] ; then echo "$(tput setaf 2)-h$(tput sgr0) Help" echo echo "Brief USAGE:" - echo " $(tput setaf 2)./PF-build.sh$(tput sgr0) [-v] [-l] [-d] [-b] [-o] [-c] [-p] [-n] [-m]" + echo " $(tput setaf 2)./PF-build.sh$(tput sgr0) [-v] [-l] [-d] [-b] [-o] [-c] [-p] [-n] [-m] [-g]" echo echo "Example:" echo " $(tput setaf 2)./PF-build.sh -v All -l ALL -d GOLD$(tput sgr0)"