summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-05-13 06:02:41 -0400
committerGravatar Joshua Hill2010-05-13 06:02:41 -0400
commit89dcc7a5c123cc8ae8cba5af6682930803989a34 (patch)
tree8ddd2c4a2f663910bcd6b79bb0fbc3a9e10402d9 /README
parenta57e39d7180ae1c7ce28105fb0c735121dec6f0d (diff)
downloadlibirecovery-89dcc7a5c123cc8ae8cba5af6682930803989a34.tar.gz
libirecovery-89dcc7a5c123cc8ae8cba5af6682930803989a34.tar.bz2
Removed usage information from README file since there really are no commands yet
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 0 insertions, 9 deletions
diff --git a/README b/README
index 2f7b971..a87164f 100644
--- a/README
+++ b/README
@@ -5,12 +5,3 @@ 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.
-== Usage ==
-
- ./iRecovery -s starts a shell.
- ./iRecovery -r usb reset.
- ./iRecovery -f <file> uploads a file.
- ./iRecovery -c "command" send a single command.
- ./iRecovery -l <file> sends a set of commands from a file (one per line).
- ./Irecovery -x <file> uploads a file then resets the usb connection.
-