Skip to content

Commit

Permalink
go/oasis-node/cmd/stake: Improve --stake.account.address flag's text
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanez committed Jun 16, 2020
1 parent 797dd75 commit 6c96de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/oasis-node/cmd/stake/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ func registerAccountCmd() {
}

func init() {
accountInfoFlags.String(CfgAccountAddr, "", "Address of the account")
accountInfoFlags.String(CfgAccountAddr, "", "account address")
_ = viper.BindPFlags(accountInfoFlags)
accountInfoFlags.AddFlagSet(cmdFlags.RetriesFlags)
accountInfoFlags.AddFlagSet(cmdGrpc.ClientFlags)
Expand Down

0 comments on commit 6c96de8

Please sign in to comment.