diff --git a/changelog b/changelog index e24a0457..83934183 100644 --- a/changelog +++ b/changelog @@ -2,6 +2,7 @@ - #338 - Improve warning and add prompt before starting the upgrade process - #327 - Block with cPanel accounts have databases on postgresql. - RE-93 - Do not return from EA4 blocker check prematurely +- RE-13 - Fix typo in help docs. s/convertion/conversion/ 2024-01-16 - version 19 - #337 - Add blocker if cPanel is not running version 110 diff --git a/elevate-cpanel b/elevate-cpanel index 19d2a225..1f52dcd5 100755 --- a/elevate-cpanel +++ b/elevate-cpanel @@ -4775,8 +4775,8 @@ Helps to upgrade CentOS 7 cPanel servers to AlmaLinux 8 or Rocky Linux 8. /scripts/elevate-cpanel [OPTIONS] Optional: - --start Start the convertion process - --continue Continue the convertion: retry the last step + --start Start the conversion process + --continue Continue the conversion: retry the last step --check[=BLOCKER_FILE] Check if your system has any known blockers to upgrade. --log Show the current elevation log --status Check the current elevation status diff --git a/script/elevate-cpanel.PL b/script/elevate-cpanel.PL index 447489f6..99cced68 100755 --- a/script/elevate-cpanel.PL +++ b/script/elevate-cpanel.PL @@ -42,8 +42,8 @@ Helps to upgrade CentOS 7 cPanel servers to AlmaLinux 8 or Rocky Linux 8. /scripts/elevate-cpanel [OPTIONS] Optional: - --start Start the convertion process - --continue Continue the convertion: retry the last step + --start Start the conversion process + --continue Continue the conversion: retry the last step --check[=BLOCKER_FILE] Check if your system has any known blockers to upgrade. --log Show the current elevation log --status Check the current elevation status