Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Oct 10, 2023
1 parent cd2b0cd commit 6963397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiversx_sdk_cli/cli_wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def setup_parser(args: List[str], subparsers: Any) -> Any:
subparsers,
"wallet",
"verify-message",
"Verify a previously message"
"Verify a previously signed message"
)
sub.add_argument("--address", required=True, help="the bech32 address of the signer")
sub.add_argument("--message", required=True, help="the previously signed message(readable text, as it was signed)")
Expand Down

0 comments on commit 6963397

Please sign in to comment.