cli: help formatting

This commit is contained in:
zelig
2015-03-24 16:05:27 +00:00
parent 1c4c71dcff
commit 34d5a6c156
2 changed files with 19 additions and 14 deletions

View File

@ -109,7 +109,7 @@ var (
}
PasswordFileFlag = cli.StringFlag{
Name: "password",
Usage: "Password used when saving a new account and unlocking an existing account. If you create a new account make sure you remember this password.",
Usage: "Path to password file for (un)locking an existing account.",
Value: "",
}