From 0ab263df08b29aecded94918be8673b7d4834723 Mon Sep 17 00:00:00 2001 From: tronshare Date: Sun, 1 Nov 2020 16:03:36 +0800 Subject: [PATCH] update Whisper Options --- parity/cli/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parity/cli/mod.rs b/parity/cli/mod.rs index 8bc107d2fc9..6ae820c6907 100644 --- a/parity/cli/mod.rs +++ b/parity/cli/mod.rs @@ -921,11 +921,11 @@ usage! { ["Whisper Options"] FLAG flag_whisper: (bool) = false, or |c: &Config| c.whisper.as_ref()?.enabled, "--whisper", - "Does nothing. Whisper has been moved to https://github.com/paritytech/whisper", + "Does nothing. Whisper has been moved to https://github.com/openethereum/whisper", ARG arg_whisper_pool_size: (Option) = None, or |c: &Config| c.whisper.as_ref()?.pool_size.clone(), "--whisper-pool-size=[MB]", - "Does nothing. Whisper has been moved to https://github.com/paritytech/whisper", + "Does nothing. Whisper has been moved to https://github.com/openethereum/whisper", ["Legacy Options"] // Options that are hidden from config, but are still unique for its functionality.