summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorosm0sis <osm0sis@outlook.com>2018-03-07 15:17:12 -0400
committerosm0sis <osm0sis@outlook.com>2018-03-07 15:17:12 -0400
commit0acab592bbd990b953e1f759fc0efde010861a07 (patch)
tree3646e4a06c22099c85caff1593e3a0f4cb55562e /README.md
parent865564032de50ecc6a00f576667c5ccdf1bc01b7 (diff)
README: update for file_getprop
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 2cba625..2c6d87d 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ __"block|mount|fstype|options|flags"__ requires you specify which part (listed i
_dump_boot_ and _write_boot_ are the default method of unpacking/repacking, but for more granular control, or omitting ramdisk changes entirely ("OG AK" mode), these can be separated into _split_boot; unpack_ramdisk_ and _repack_ramdisk; flash_boot_ respectively.
-You may also use _ui_print "\<text\>"_ to write messages back to the recovery during the modification process, and _contains "\<string\>" "\<substring\>"_ to simplify string testing logic you might want in your script.
+You may also use _ui_print "\<text\>"_ to write messages back to the recovery during the modification process, and _file_getprop "\<file\>" "\<property\>"_ and _contains "\<string\>" "\<substring\>"_ to simplify string testing logic you might want in your script.
## // Binary Inclusion ##