summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-14 23:01:50 +0200
committerGravatar Martin Szulecki2020-06-14 23:01:50 +0200
commit5c2f7adfd0b4eff4c018b2e67e79fbed02f352b8 (patch)
tree129bf3820f93f72a8bf54854a6d246148a72e734
parenta3d690c7772b0a9fe04c4d255e5c06d95f31a4de (diff)
downloadlibirecovery-5c2f7adfd0b4eff4c018b2e67e79fbed02f352b8.tar.gz
libirecovery-5c2f7adfd0b4eff4c018b2e67e79fbed02f352b8.tar.bz2
Fix usage example in README.md by using proper action option
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3e30c7d..f29f075 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ to let your device boot into recovery mode if you need it.
51 51
52Then simply run: 52Then simply run:
53```shell 53```shell
54irecovery 54irecovery --shell
55``` 55```
56 56
57This connects to your device and opens a simple shell to interact with the 57This connects to your device and opens a simple shell to interact with the
@@ -111,4 +111,4 @@ iPadOS, tvOS, watchOS, and macOS are trademarks of Apple Inc.
111This project is an independent software library and has not been authorized, 111This project is an independent software library and has not been authorized,
112sponsored, or otherwise approved by Apple Inc. 112sponsored, or otherwise approved by Apple Inc.
113 113
114README Updated on: 2020-06-12 114README Updated on: 2020-06-14