Update help manual in orscmd

Change-Id: I4b2e385637cded40dbb08e0ee8ca7117dbdd67ca
This commit is contained in:
Nikolay
2019-05-08 15:38:23 +03:00
committed by Bodya-Kolibass
parent 3f20a85c03
commit 29969ec5dd
+6
View File
@@ -47,6 +47,12 @@ void print_usage(void) {
printf(" set <variable> [value]\n");
printf(" decrypt <password>\n");
printf(" remountrw\n");
printf(" fixperms\n");
printf(" mount <path>\n");
printf(" unmount <path>\n");
printf(" print <value>\n");
printf(" mkdir <directory>\n");
printf(" reboot [recovery|poweroff|bootloader|download|edl]\n");
printf("\nSee more documentation at https://twrp.me/faq/openrecoveryscript.html\n");
}