fix: Make clear what the --exclusive command actually does

This commit is contained in:
TheJeterLP 2022-07-10 20:04:47 +02:00 committed by GitHub
parent ab4c81965e
commit a26b0ea64d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"])