From ba2b43340d971fbee4ca271d7f57bbd4bee3aa23 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sun, 24 May 2020 12:11:43 +0200 Subject: [PATCH] [enh] tx: Add small option for the comment --- silkaj/tx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/silkaj/tx.py b/silkaj/tx.py index 24cf2cda..5aa89092 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]>", -- GitLab