mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-28 03:24:31 +01:00
Mark --target-timestamp flag as required for sendReceipt command
Fixes #901
This commit is contained in:
@@ -28,6 +28,7 @@ public class SendReceiptCommand implements JsonRpcLocalCommand {
|
||||
subparser.addArgument("-t", "--target-timestamp")
|
||||
.type(long.class)
|
||||
.nargs("+")
|
||||
.required(true)
|
||||
.help("Specify the timestamp of the messages for which a receipt should be sent.");
|
||||
subparser.addArgument("--type")
|
||||
.help("Specify the receipt type (default is read receipt).")
|
||||
|
||||
Reference in New Issue
Block a user