refactor: clarify config header

This commit is contained in:
Sculas 2022-09-12 12:24:36 +02:00
parent 75e810e42e
commit cb0fde4908
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89
1 changed files with 2 additions and 2 deletions

View File

@ -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}.