mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Typo.
This commit is contained in:
parent
73a7b7b5a0
commit
a33c5b0bd0
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class Args {
|
|||
@Parameter(names = arrayOf("--port"), description = "Port, if --server was specified")
|
||||
var port: Int = DEFAULT_SERVER_PORT
|
||||
|
||||
@Parameter(names = arrayOf("--profiles"), description = "Comma-separate list of profiles to run")
|
||||
@Parameter(names = arrayOf("--profiles"), description = "Comma-separated list of profiles to run")
|
||||
var profiles: String? = null
|
||||
|
||||
@Parameter(names = arrayOf("--resolve"), description = "Resolve the given dependency and display its tree")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue