mirror of
https://github.com/apple/pkl.git
synced 2026-03-24 18:11:27 +01:00
Fix typos
This commit is contained in:
@@ -94,7 +94,7 @@ class BaseOptions : OptionGroup() {
|
||||
.associate()
|
||||
|
||||
val noCache: Boolean by
|
||||
option(names = arrayOf("--no-cache"), help = "Disable cacheing of packages")
|
||||
option(names = arrayOf("--no-cache"), help = "Disable caching of packages")
|
||||
.single()
|
||||
.flag(default = false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user