mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-01-27 10:19:49 +00:00
Update the guide for cases using a specified full macOS version
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user