Cosmetic changes, update help output

This commit is contained in:
Jose
2021-02-02 15:41:38 -04:00
parent b052ff4cc9
commit 1a5f82da4c
3 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
======================
Version Description
1.0.87......Cosmetic changes, update help output.
1.0.86......Implement release native upgrade, re-add makewhatis since is needed by freebsd-update.
1.0.85......Add missing system file to properly compare and merge files upon upgrades.
1.0.84......Minor GUI fixes, revert makewhatis file addition.

View File

@@ -1273,7 +1273,7 @@ while getopts ":ospruxUvgtZh" option; do
echo "Options:"
echo " update|--update Update a container/release to base -pX release."
echo " upgrade|--upgrade Upgrade a container/release to X.Y-RELEASE."
echo " install|--install Finish installing pending updates on Thick containers."
echo " install|--install Finish installing pending updates on container/release."
echo " clean|--clean Cleanup the FreeBSD update/upgrade cached files/folders."
echo ""; exit 0;;
[o]) OBI_INSTALL="ON";; # To prevent nested PHP-CGI call for installation with OBI.

View File

@@ -1 +1 @@
1.0.86
1.0.87