diff options
| author | 2020-06-14 23:01:50 +0200 | |
|---|---|---|
| committer | 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. | |||
| 51 | 51 | ||
| 52 | Then simply run: | 52 | Then simply run: |
| 53 | ```shell | 53 | ```shell |
| 54 | irecovery | 54 | irecovery --shell |
| 55 | ``` | 55 | ``` |
| 56 | 56 | ||
| 57 | This connects to your device and opens a simple shell to interact with the | 57 | 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. | |||
| 111 | This project is an independent software library and has not been authorized, | 111 | This project is an independent software library and has not been authorized, |
| 112 | sponsored, or otherwise approved by Apple Inc. | 112 | sponsored, or otherwise approved by Apple Inc. |
| 113 | 113 | ||
| 114 | README Updated on: 2020-06-12 | 114 | README Updated on: 2020-06-14 |
