From 0b46cce95f2fcbf455c323c12e6f1c2df60b8519 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Tue, 25 Jul 2017 08:38:20 +0200 Subject: [PATCH] Deduplicate help text. --- parity/cli/usage.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/parity/cli/usage.txt b/parity/cli/usage.txt index e238dbfd6..1c9e1e22c 100644 --- a/parity/cli/usage.txt +++ b/parity/cli/usage.txt @@ -470,9 +470,7 @@ Legacy Options: --ipc-off Equivalent to --no-ipc. --ipcapi APIS Equivalent to --ipc-apis APIS. --ipcpath PATH Equivalent to --ipc-path PATH. - --gasprice WEI Minimum amount of Wei per GAS to be paid for a - transaction to be accepted for mining. Overrides - --basic-tx-usd. + --gasprice WEI Equivalent to --min-gas-price WEI. --etherbase ADDRESS Equivalent to --author ADDRESS. --extradata STRING Equivalent to --extra-data STRING. --cache MB Equivalent to --cache-size MB.