Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1400 from ethcore/ipc-rpc-api-fix
Browse files Browse the repository at this point in the history
rpc api by default for ipc
  • Loading branch information
rphmeier authored Jun 23, 2016
2 parents 8a86726 + cc70383 commit 9ac30ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parity/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Account Options:
ACCOUNTS is a comma-delimited list of addresses.
--password FILE Provide a file containing a password for unlocking
an account.
--keys-iterations NUM Specify the number of iterations to use when
--keys-iterations NUM Specify the number of iterations to use when
deriving key from the password (bigger is more
secure) [default: 10240].
--no-import-keys Do not import keys from legacy clients.
Expand Down Expand Up @@ -99,7 +99,7 @@ API and Console Options:
--ipc-path PATH Specify custom path for JSON-RPC over IPC service
[default: $HOME/.parity/jsonrpc.ipc].
--ipc-apis APIS Specify custom API set available via JSON-RPC over
IPC [default: web3,eth,net,ethcore,personal,traces].
IPC [default: web3,eth,net,ethcore,personal,traces,rpc].
--dapps-off Disable the Dapps server (e.g. status page).
--dapps-port PORT Specify the port portion of the Dapps server
Expand Down

0 comments on commit 9ac30ad

Please sign in to comment.