Add help support section for useful commands

This commit is contained in:
JRGTH
2022-07-14 22:08:07 -04:00
parent 439bc59e52
commit 5f8096819d
3 changed files with 7 additions and 2 deletions

View File

@@ -1402,10 +1402,14 @@ while getopts ":ospruxUvgtZh" option; do
echo " install|--install Finish installing pending updates on container/release."
echo " clean|--clean Cleanup the FreeBSD update/upgrade cached files/folders."
echo ""
echo""
echo ""
echo "Experimental:"
echo "To enable experimental Linux jail support please execute: \"${SCRIPTNAME} linux_compat\""
echo "To disable experimental Linux jail support please execute: \"${SCRIPTNAME} linux_compat_disable\""
echo ""
echo ""
echo "Support:"
echo "To update BastilleBSD core files only to the latest patches and fixes, please execute: \"${SCRIPTNAME} bastillebsd_update\""
echo ""; exit 0;;
[o]) OBI_INSTALL="ON";; # To prevent nested PHP-CGI call for installation with OBI.
[s]) bastille_start;;