Update the guide for cases using a specified full macOS version

This commit is contained in:
Hoang Hong Quan
2024-09-12 10:06:08 +07:00
parent cdf1767ac9
commit 5a238ae803

View File

@@ -116,7 +116,7 @@ class OCPE:
print("")
print("Please enter the macOS version you want to select:")
print("- To select a major version, enter the number (e.g., 19).")
print("- To specify a full version, enter it in 'major.minor.patch' format (e.g., 22.4.6).")
print("- To specify a full version, use the Darwin version format (e.g., 22.4.6).")
print("- The version must be in the range from {} to {}.".format(".".join(str(item) for item in min_version), ".".join(str(item) for item in max_version)))
print("")
print("Q. Quit")