Skip to content

Commit a26b0ea

Browse files
authored
fix: Make clear what the --exclusive command actually does
1 parent ab4c819 commit a26b0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/app/revanced/cli/command/MainCommand.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ internal object MainCommand : Runnable {
7878
@Option(names = ["-e", "--exclude"], description = ["Explicitly exclude patches"])
7979
var excludedPatches = arrayOf<String>()
8080

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

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

0 commit comments

Comments
 (0)