From 8cec8182a42fd582fd24dd75f211585ca11a8f6a Mon Sep 17 00:00:00 2001 From: Anthony Keenan Date: Tue, 12 Feb 2019 15:24:34 +0000 Subject: [PATCH] Revert "DOCS - correct command docs for clear network map cache (#4677)" (#4732) This reverts commit 0a50d76ab18c19682eea54b54bb1e03137a4b78d. --- 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 e149237b6f..966b43c643 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-map-cache + java -jar corda.jar clear-network-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.