summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Drake Allegrini2010-06-17 20:41:15 -0400
committerGravatar Drake Allegrini2010-06-17 20:41:15 -0400
commit46ac16a311c30379296149269a9720c83d525718 (patch)
tree739ce018e6784f11c37bbc3e77dd3388ef7ef8e4 /README
parent78c1777f57179b6b62c935e66fefa32b24a2b771 (diff)
downloadlibirecovery-46ac16a311c30379296149269a9720c83d525718.tar.gz
libirecovery-46ac16a311c30379296149269a9720c83d525718.tar.bz2
Updated README, with more info on shell commands and usage info.
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index a87164f..50baf0d 100644
--- a/README
+++ b/README
@@ -5,3 +5,18 @@ iRecovery is a libusb-based commandline utility for Mac OS X, Windows, and Linux
It's completely open-source, the source code is released under the terms of the GNU General Public License v3.
The full license text can be found in the LICENSE file.
+Here's its usage:
+
+irecovery [args]
+ -v Start irecovery in verbose mode.
+ -c <cmd> Send command to client.
+ -f <file> Send file to client.
+ -k [payload] Send usb exploit to client.
+ -h Show this help.
+ -r Reset client.
+ -s Start interactive shell.
+ -e <script> Executes recovery shell script.
+
+You can get info on the shell commands here:
+http://code.google.com/p/chronicdev/wiki/iBootCommands
+