cli: remove reference to --no-ui in --unlock flag help (#9616)

This commit is contained in:
André Silva 2018-09-27 11:24:34 +01:00 committed by Afri Schoedon
parent c69c3a9a46
commit 1e13f474cb

View File

@ -338,7 +338,7 @@ usage! {
ARG arg_unlock: (Option<String>) = None, or |c: &Config| c.account.as_ref()?.unlock.as_ref().map(|vec| vec.join(",")),
"--unlock=[ACCOUNTS]",
"Unlock ACCOUNTS for the duration of the execution. ACCOUNTS is a comma-delimited list of addresses. Implies --no-ui.",
"Unlock ACCOUNTS for the duration of the execution. ACCOUNTS is a comma-delimited list of addresses.",
ARG arg_password: (Vec<String>) = Vec::new(), or |c: &Config| c.account.as_ref()?.password.clone(),
"--password=[FILE]...",