From 5a238ae80333bdd934b334210002c32b4e2205ba Mon Sep 17 00:00:00 2001 From: Hoang Hong Quan Date: Thu, 12 Sep 2024 10:06:08 +0700 Subject: [PATCH] Update the guide for cases using a specified full macOS version --- OpCore-Simplify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpCore-Simplify.py b/OpCore-Simplify.py index c6c0cc6..a83fa13 100644 --- a/OpCore-Simplify.py +++ b/OpCore-Simplify.py @@ -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")