summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorosm0sis <osm0sis@outlook.com>2016-03-16 14:08:50 -0300
committerosm0sis <osm0sis@outlook.com>2016-03-16 14:08:50 -0300
commitea57ded2c2e9075d0496f4e4531e1a33623463ea (patch)
treeb45928b3e903620e642cc70aeb407f3858abb89b /README
parenta5bb583af5945628737aac32a55dc4d8835273c5 (diff)
AK2: simplify new contains(), adjust placement, and update documentation
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 31ccaa6..b88fa14 100644
--- a/README
+++ b/README
@@ -52,7 +52,7 @@ Similarly, "line match string" and "line replace string" are the search strings
"block|mount|fstype|options|flags" requires you specify which part (listed in order) of the fstab entry you want to check and alter.
-You may also use ui_print "<text>" to write messages back to the recovery during the modification process.
+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.
Note: the "begin search string" and "end search string" arguments of replace_section and remove_section require any forward slashes (/) to be escaped.