diff --git a/silkaj/tx.py b/silkaj/tx.py index 24cf2cdaa99f7eea8eaad1e26d214eb7793ff185..5aa890927608a14fa8d977cad3e6779c36bd8f44 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]>",