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

This reverts commit 0a50d76ab18c19682eea54b54bb1e03137a4b78d.
This commit is contained in:
Anthony Keenan 2019-02-12 15:24:34 +00:00 committed by GitHub
parent 4e2a295eb6
commit 8cec8182a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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