diff --git a/tools/utils/PlatformSetup.hx b/tools/utils/PlatformSetup.hx index 5d36f0a345..52d489a9e7 100644 --- a/tools/utils/PlatformSetup.hx +++ b/tools/utils/PlatformSetup.hx @@ -1238,6 +1238,8 @@ class PlatformSetup var message = "Absolute path to a custom version of HashLink."; if (ConfigHelper.getConfigValue("HL_PATH") == null) { message += " Leave empty to use Lime's default bundled version."; + } else { + message += " Leave empty to keep the currently configured version. To restore Lime's default bundled version, run the command: lime config remove HL_PATH"; } getDefineValue("HL_PATH", message); if (System.hostPlatform == MAC)