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.