mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Mark --target-timestamp flag as required for sendReceipt command
Fixes #901
This commit is contained in:
parent
6f8784a1c9
commit
bf2a83755e
1 changed files with 1 additions and 0 deletions
|
@ -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).")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue