mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
CORDA-3559: Remove reference to man run
`man` shell command is deemed to be unsafe.
This commit is contained in:
parent
d95c3e2b8b
commit
ae3ce82e60
@ -626,7 +626,7 @@ object InteractiveShell {
|
||||
} catch (e: StringToMethodCallParser.UnparseableCallException) {
|
||||
out.println(e.message, Decoration.bold, Color.red)
|
||||
if (e !is StringToMethodCallParser.UnparseableCallException.NoSuchFile) {
|
||||
out.println("Please try 'man run' to learn what syntax is acceptable")
|
||||
out.println("Please try 'run -h' to learn what syntax is acceptable")
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
out.println("RPC failed: ${e.rootCause}", Decoration.bold, Color.red)
|
||||
|
Loading…
Reference in New Issue
Block a user