Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilliard committed Jan 4, 2020
1 parent 9ba8ec0 commit 8d22f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ impl<'a, 'b> Parser {
)
.subcommand(
SubCommand::with_name("getrootpublickey")
.about("get wallt root public key that can be used for tracking of acount balance")
.about("get wallet root public key that can be used for tracking of acount balance")
.arg(
Arg::from_usage("[message] -m, --message=<message> 'the optional message to sign'")
)
Expand Down

0 comments on commit 8d22f03

Please sign in to comment.