Skip to content

Commit ef7410e

Browse files
committed
fix typo
1 parent 6d95b77 commit ef7410e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

multiversx_sdk_cli/cli_shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def add_tx_args(
143143
sub.add_argument("--options", type=int, default=0, help="the transaction options (default: %(default)s)")
144144

145145
sub.add_argument("--relayer", type=str, help="the bech32 address of the relayer", default="")
146-
sub.add_argument("--guardian", type=str, help="the bech32 address of the guradian", default="")
146+
sub.add_argument("--guardian", type=str, help="the bech32 address of the guardian", default="")
147147

148148

149149
def add_wallet_args(args: list[str], sub: Any):

0 commit comments

Comments
 (0)