summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorosm0sis <osm0sis@outlook.com>2018-12-16 19:14:03 -0400
committerosm0sis <osm0sis@outlook.com>2018-12-16 19:14:03 -0400
commit2ec3b8cf72a7b0e99fc0917de35b4fcdb8615cd0 (patch)
tree46bef9698f5c9946c01471ce2779be396e48781f /README.md
parent414a9dcea047341d867e4f2ef4ff20db4562b9ec (diff)
README: touchups to supported.versions documentation
(Android 8.1 was 8.1.0 in build.prop ;) )
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 88a1a5a..6b99c7f 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ __do.cleanup=0__ will keep the zip from removing it's working directory in /tmp/
__do.cleanuponabort=0__ will keep the zip from removing it's working directory in /tmp/anykernel in case of installation abort.
-__supported.versions__ will match against ro.build.version.release from the current ROM's build.prop. It can be set to a list or range. As a list, e.g. `7.1.1` or `7.1.2, 8.1, 9` it will look for exact matches, as a range, e.g. `7.1.2 - 9` it will check to make sure the current version falls within those limits. Whitespace optional, and supplied version values should be in the same number format they are in build.prop value for that Android version.
+__supported.versions=__ will match against ro.build.version.release from the current ROM's build.prop. It can be set to a list or range. As a list, e.g. `7.1.2` or `8.1.0, 9` it will look for exact matches, as a range, e.g. `7.1.2 - 9` it will check to make sure the current version falls within those limits. Whitespace optional, and supplied version values should be in the same number format they are in the build.prop value for that Android version.
`block=auto` instead of a direct block filepath enables detection of the device boot partition for use with broad, device non-specific zips. Also accepts specifically `boot` or `recovery`.