From 0a50d76ab18c19682eea54b54bb1e03137a4b78d Mon Sep 17 00:00:00 2001 From: Austin Moothart Date: Thu, 31 Jan 2019 17:12:32 +0000 Subject: [PATCH] DOCS - correct command docs for clear network map cache (#4677) --- docs/source/network-map.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/network-map.rst b/docs/source/network-map.rst index 966b43c643..e149237b6f 100644 --- a/docs/source/network-map.rst +++ b/docs/source/network-map.rst @@ -236,7 +236,7 @@ you either need to run from the command line: .. code-block:: shell - java -jar corda.jar clear-network-cache + java -jar corda.jar --clear-network-map-cache or call RPC method `clearNetworkMapCache` (it can be invoked through the node's shell as `run clearNetworkMapCache`, for more information on how to log into node's shell see :doc:`shell`). As we are testing and hardening the implementation this step shouldn't be required.