diff options
author | osm0sis <osm0sis@outlook.com> | 2016-03-16 14:08:50 -0300 |
---|---|---|
committer | osm0sis <osm0sis@outlook.com> | 2016-03-16 14:08:50 -0300 |
commit | ea57ded2c2e9075d0496f4e4531e1a33623463ea (patch) | |
tree | b45928b3e903620e642cc70aeb407f3858abb89b /README | |
parent | a5bb583af5945628737aac32a55dc4d8835273c5 (diff) |
AK2: simplify new contains(), adjust placement, and update documentation
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |