DOCS - correct command docs for clear network map cache (#4677)

This commit is contained in:
Austin Moothart 2019-01-31 17:12:32 +00:00 committed by Katelyn Baker
parent 0632d275ed
commit 0a50d76ab1

View File

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