Skip to content

Commit

Permalink
add: Added missing description for -UpdateCore argument in `show_he…
Browse files Browse the repository at this point in the history
…lp` function.
  • Loading branch information
Byloth authored and cyberium committed Jan 23, 2024
1 parent 5fca860 commit 8b966f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion InstallFullDB.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -2979,4 +2982,4 @@ if [[ "$1" != "" ]]; then
fi

# launch main menu
main_menu
main_menu

0 comments on commit 8b966f8

Please sign in to comment.