diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-07-04 18:40:23 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-07-04 18:40:23 +0800 |
commit | 9bb575be7db85f967771018a915fbc4e80345ee2 (patch) | |
tree | e9af69218da8c63cea625131432d257f5dc56a9b /cmd/utils/flags.go | |
parent | 6f69b4d61f1278ea2d9351667512a1202403eaff (diff) | |
parent | 1959346793bdee469f68841843dd383cf801aba1 (diff) | |
download | go-tangerine-9bb575be7db85f967771018a915fbc4e80345ee2.tar.gz go-tangerine-9bb575be7db85f967771018a915fbc4e80345ee2.tar.zst go-tangerine-9bb575be7db85f967771018a915fbc4e80345ee2.zip |
Merge pull request #1283 from ethersphere/frontier/accounts
Account management improvements
Diffstat (limited to 'cmd/utils/flags.go')
-rw-r--r-- | cmd/utils/flags.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index b4182ff59..20d3543d6 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -133,7 +133,7 @@ var ( UnlockedAccountFlag = cli.StringFlag{ Name: "unlock", - Usage: "Unlock the account given until this program exits (prompts for password). '--unlock primary' unlocks the primary account", + Usage: "Unlock the account given until this program exits (prompts for password). '--unlock n' unlocks the n-th account in order or creation.", Value: "", } PasswordFileFlag = cli.StringFlag{ |