We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4c819 commit a26b0eaCopy full SHA for a26b0ea
src/main/kotlin/app/revanced/cli/command/MainCommand.kt
@@ -78,7 +78,7 @@ internal object MainCommand : Runnable {
78
@Option(names = ["-e", "--exclude"], description = ["Explicitly exclude patches"])
79
var excludedPatches = arrayOf<String>()
80
81
- @Option(names = ["--exclusive"], description = ["Exclusively include patches"])
+ @Option(names = ["--exclusive"], description = ["Only installs the patches you include, not including any patch by default"])
82
var defaultExclude = false
83
84
@Option(names = ["-i", "--include"], description = ["Include patches"])
0 commit comments