mirror of
https://github.com/corda/corda.git
synced 2025-05-31 22:50:53 +00:00
Updated CLI usage error (#6661)
This commit is contained in:
parent
0cfe6b3084
commit
9a018e7bee
@ -92,8 +92,9 @@ open class SharedNodeCmdLineOptions {
|
|||||||
return """
|
return """
|
||||||
Unable to load the node config file from '$configFile'.
|
Unable to load the node config file from '$configFile'.
|
||||||
${cause?.message?.let { "Cause: $it" } ?: ""}
|
${cause?.message?.let { "Cause: $it" } ?: ""}
|
||||||
|
|
||||||
Try setting the --base-directory flag to change which directory the node
|
Ensure that the [COMMAND] precedes all options. Alternatively, try
|
||||||
|
setting the --base-directory flag to change which directory the node
|
||||||
is looking in, or use the --config-file flag to specify it explicitly.
|
is looking in, or use the --config-file flag to specify it explicitly.
|
||||||
""".trimIndent()
|
""".trimIndent()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user