mirror of
https://github.com/corda/corda.git
synced 2025-01-18 10:46:38 +00:00
Updated CLI usage error (#6661)
This commit is contained in:
parent
0cfe6b3084
commit
9a018e7bee
@ -92,8 +92,9 @@ open class SharedNodeCmdLineOptions {
|
||||
return """
|
||||
Unable to load the node config file from '$configFile'.
|
||||
${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.
|
||||
""".trimIndent()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user