mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Typo.
This commit is contained in:
parent
b80bcaeda3
commit
cd4363640e
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")
|
@Parameter(names = arrayOf("--port"), description = "Port, if --server was specified")
|
||||||
var port: Int = DEFAULT_SERVER_PORT
|
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
|
var profiles: String? = null
|
||||||
|
|
||||||
@Parameter(names = arrayOf("--resolve"), description = "Resolve the given dependency and display its tree")
|
@Parameter(names = arrayOf("--resolve"), description = "Resolve the given dependency and display its tree")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue