diff --git a/src/main/kotlin/app/revanced/utils/OptionsLoader.kt b/src/main/kotlin/app/revanced/utils/OptionsLoader.kt index d5aa9e0..fc1f801 100644 --- a/src/main/kotlin/app/revanced/utils/OptionsLoader.kt +++ b/src/main/kotlin/app/revanced/utils/OptionsLoader.kt @@ -54,8 +54,8 @@ object OptionsLoader { # This file does not contain all options by default. # Run the CLI with the "--list --with-options" flags to see all available options. # You can also run the CLI with the aforementioned flags and a patch name to see all available options for that patch. - # To set an option, add a line with the format "option = value". - # To remove or reset an option to its default value, delete the line. + # To set an option, add a line with the format "option = value" or set the value if the option already exists. + # To reset an option to its default value, delete the line. # To reset all options to their default values, delete this file. # # This file was generated by ReVanced Patcher version ${Patcher.version}.