From 8b966f8981dee84c7ea286910d4276b8cc488aa6 Mon Sep 17 00:00:00 2001 From: Matteo Bilotta Date: Mon, 22 Jan 2024 23:56:39 +0100 Subject: [PATCH] add: Added missing description for `-UpdateCore` argument in `show_help` function. --- InstallFullDB.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/InstallFullDB.sh b/InstallFullDB.sh index a197c7790..7f253c6fd 100755 --- a/InstallFullDB.sh +++ b/InstallFullDB.sh @@ -2880,6 +2880,9 @@ function show_help echo " -World" echo " Install world db only using none root user defined in $CONFIG_FILE" echo + echo " -UpdateCore" + echo " Install core updates only using none root user defined in $CONFIG_FILE" + echo echo " -InstallAll rootuser rootpass" echo " Install all db by droping previous ones and recreate them from scratch" echo " Require root access with arg1 as root username and arg2 as root password" @@ -2979,4 +2982,4 @@ if [[ "$1" != "" ]]; then fi # launch main menu -main_menu \ No newline at end of file +main_menu