Skip to content

Commit

Permalink
docs: Use correct option name in command example (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberboh authored Oct 16, 2024
1 parent e60a61b commit 292b93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ java -jar revanced-cli.jar patch -p patches.rvp --ei 123 --di 456 input.apk
You can combine the option `-e`, `-d`, `--ei`, `--di` and `--exclusive`. Here is an example:

```bash
java -jar revanced-cli.jar patch -p patches.rvp --exclusive -i "Patch name" --ei 123 input.apk
java -jar revanced-cli.jar patch -p patches.rvp --exclusive -e "Patch name" --ei 123 input.apk
```


Expand Down

0 comments on commit 292b93b

Please sign in to comment.