diff --git a/silkaj/tx.py b/silkaj/tx.py index ecc783b90fd2b2d8e7f241f822346bdecf864a60..5f6c846051781092d7b714507c25c433bdd4aca2 100644 --- a/silkaj/tx.py +++ b/silkaj/tx.py @@ -81,7 +81,7 @@ Sending to many recipients is possible:\n\ * With one amount, all will receive the amount\n\ * With many amounts (one per recipient)", ) -@option("--comment", default="", help="Comment") +@option("--comment", "-c", default="", help="Comment") @option( "--outputBackChange", help="Pubkey recipient to send the rest of the transaction: <pubkey[!checksum]>",