docs: remove unnecessary option

This commit is contained in:
oSumAtrIX 2023-03-19 22:48:37 +01:00 committed by GitHub
parent 886d501026
commit 92bf57f279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,6 @@ Lean how to use the ReVanced CLI.
```bash
java -jar revanced-cli.jar \
-a input.apk \
-c \
-o patched-output.apk \
-b revanced-patches.jar
```
@ -54,7 +53,6 @@ Lean how to use the ReVanced CLI.
adb install input.apk # make sure the same version is installed
java -jar revanced-cli.jar \
-a input.apk \
-c \
-d device-name \
-o patched-output.apk \
-b revanced-patches.jar \