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

View File

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