mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-09-18 05:49:01 +00:00
parent
76fee5dda2
commit
ccd7c77a9d
@ -41,7 +41,9 @@ public class SendPollVoteCommand implements JsonRpcLocalCommand {
|
||||
.help("If self is part of recipients/groups send a normal message, not a sync message.")
|
||||
.action(Arguments.storeTrue());
|
||||
|
||||
subparser.addArgument("--poll-author").help("Specify the number of the author of the poll message.");
|
||||
subparser.addArgument("--poll-author")
|
||||
.help("Specify the number of the author of the poll message.")
|
||||
.required(true);
|
||||
subparser.addArgument("--poll-timestamp")
|
||||
.type(long.class)
|
||||
.help("Specify the timestamp of the original poll message.")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user