aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils
diff options
context:
space:
mode:
authorzelig <viktor.tron@gmail.com>2015-03-25 00:05:27 +0800
committerzelig <viktor.tron@gmail.com>2015-03-27 03:00:18 +0800
commit34d5a6c156a014ce000b4f850f2b0f11533387f0 (patch)
treefe4fd4ad8a798c575c1e1688141c04d9c69c457f /cmd/utils
parent1c4c71dcff442e3ae30e510fef312d3c05341f30 (diff)
downloaddexon-34d5a6c156a014ce000b4f850f2b0f11533387f0.tar.gz
dexon-34d5a6c156a014ce000b4f850f2b0f11533387f0.tar.zst
dexon-34d5a6c156a014ce000b4f850f2b0f11533387f0.zip
cli: help formatting
Diffstat (limited to 'cmd/utils')
-rw-r--r--cmd/utils/flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go
index f94ec3a69..dda409502 100644
--- a/cmd/utils/flags.go
+++ b/cmd/utils/flags.go
@@ -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: "",
}