Don't use word 'securely' (#7820)

automerge
This commit is contained in:
Greg Fitzgerald
2020-01-15 12:30:11 -07:00
committed by Grimes
parent f0f185509f
commit 91bae9d510
2 changed files with 53 additions and 53 deletions

View File

@ -21,7 +21,7 @@ pub const ASK_KEYWORD: &str = "ASK";
pub const ASK_SEED_PHRASE_ARG: ArgConstant<'static> = ArgConstant {
long: "ask-seed-phrase",
name: "ask_seed_phrase",
help: "Securely recover a keypair using a seed phrase and optional passphrase",
help: "Recover a keypair using a seed phrase and optional passphrase",
};
pub const SKIP_SEED_PHRASE_VALIDATION_ARG: ArgConstant<'static> = ArgConstant {