CORDA-3559: Remove reference to man run

`man` shell command is deemed to be unsafe.
This commit is contained in:
Viktor Kolomeyko 2020-01-27 15:00:08 +00:00
parent d95c3e2b8b
commit ae3ce82e60

View File

@ -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)