diff options
author | osm0sis <osm0sis@outlook.com> | 2019-07-20 21:12:49 -0300 |
---|---|---|
committer | osm0sis <osm0sis@outlook.com> | 2019-07-20 21:12:49 -0300 |
commit | f1494f366de8d9106d1f0e3b99ca33cd9017cdf6 (patch) | |
tree | 73b0a5359888aedf06d331a756c559c2300ad212 /README.md | |
parent | 96f961b239d17913b94ab3942368a38ddc489a5d (diff) |
README: update for set_perm and set_perm_recursive
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -53,6 +53,14 @@ _Note: Currently pushing modules is to the active slot only._ ## // Command Methods ## ``` +ui_print "<text>" [...] +abort ["<text>" [...]] +contains <string> <substring> +file_getprop <file> <property> + +set_perm <owner> <group> <mode> <file> [<file2> ...] +set_perm_recursive <owner> <group> <dir_mode> <file_mode> <dir> [<dir2> ...] + dump_boot split_boot unpack_ramdisk |