Trim password from file (#2503)

* trim password

* indicate trimming in doc
This commit is contained in:
keorn
2016-10-07 08:39:16 +01:00
committed by Arkadiy Paronyan
parent d9ca01cb6b
commit 5f0ed9ddce
2 changed files with 18 additions and 5 deletions

View File

@@ -44,7 +44,8 @@ Account Options:
ACCOUNTS is a comma-delimited list of addresses.
Implies --no-signer. (default: {flag_unlock:?})
--password FILE Provide a file containing a password for unlocking
an account. (default: {flag_password:?})
an account. Leading and trailing whitespace is trimmed.
(default: {flag_password:?})
--keys-iterations NUM Specify the number of iterations to use when
deriving key from the password (bigger is more
secure) (default: {flag_keys_iterations}).