Skip to content

Commit

Permalink
fix: Make clear what the --exclusive command actually does
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJeterLP committed Jul 10, 2022
1 parent ab4c819 commit a26b0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/app/revanced/cli/command/MainCommand.kt
Expand Up @@ -78,7 +78,7 @@ internal object MainCommand : Runnable {
@Option(names = ["-e", "--exclude"], description = ["Explicitly exclude patches"])
var excludedPatches = arrayOf<String>()

@Option(names = ["--exclusive"], description = ["Exclusively include patches"])
@Option(names = ["--exclusive"], description = ["Only installs the patches you include, not including any patch by default"])
var defaultExclude = false

@Option(names = ["-i", "--include"], description = ["Include patches"])
Expand Down

0 comments on commit a26b0ea

Please sign in to comment.