Merge pull request #708 from ethcore/docsfix

Remove EarlyMerge from user docs.
This commit is contained in:
Gav Wood 2016-03-13 23:15:45 +01:00
commit 3a019801d2

View File

@ -83,7 +83,7 @@ Protocol Options:
--testnet Equivalent to --chain testnet (geth-compatible).
--networkid INDEX Override the network identifier from the chain we are on.
--pruning METHOD Configure pruning of the state/storage trie. METHOD may be one of: archive,
basic (experimental), light (experimental), fast (experimental) [default: archive].
basic (experimental), fast (experimental) [default: archive].
-d --datadir PATH Specify the database & configuration directory path [default: $HOME/.parity]
--db-path PATH Specify the database & configuration directory path [default: $HOME/.parity]
--keys-path PATH Specify the path for JSON key files to be found [default: $HOME/.web3/keys]