diff options
author | Martin Szulecki | 2020-06-14 23:01:50 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-14 23:01:50 +0200 |
commit | 5c2f7adfd0b4eff4c018b2e67e79fbed02f352b8 (patch) | |
tree | 129bf3820f93f72a8bf54854a6d246148a72e734 /README.md | |
parent | a3d690c7772b0a9fe04c4d255e5c06d95f31a4de (diff) | |
download | libirecovery-5c2f7adfd0b4eff4c018b2e67e79fbed02f352b8.tar.gz libirecovery-5c2f7adfd0b4eff4c018b2e67e79fbed02f352b8.tar.bz2 |
Fix usage example in README.md by using proper action option
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -51,7 +51,7 @@ to let your device boot into recovery mode if you need it. Then simply run: ```shell -irecovery +irecovery --shell ``` This 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. This project is an independent software library and has not been authorized, sponsored, or otherwise approved by Apple Inc. -README Updated on: 2020-06-12 +README Updated on: 2020-06-14 |