docs: fix output file name

This commit is contained in:
oSumAtrIX 2023-03-05 02:05:40 +01:00 committed by GitHub
parent dbec559ed7
commit 40026fe300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ Lean how to use the ReVanced CLI.
java -jar revanced-cli.jar \
-a input.apk \
-c \
-o unpatched-output.apk \
-o patched-output.apk \
-b revanced-patches.jar
```