X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/357e278f48a6e1b3e3ab58f2ae34053ab1933b96..81ee2c2d2bb80660d85cf9d1b7ecdf001983b3d6:/src/main/java/org/asamk/signal/commands/RemoteDeleteCommand.java diff --git a/src/main/java/org/asamk/signal/commands/RemoteDeleteCommand.java b/src/main/java/org/asamk/signal/commands/RemoteDeleteCommand.java index 793b362a..8efd581b 100644 --- a/src/main/java/org/asamk/signal/commands/RemoteDeleteCommand.java +++ b/src/main/java/org/asamk/signal/commands/RemoteDeleteCommand.java @@ -41,7 +41,7 @@ public class RemoteDeleteCommand implements DbusCommand { throw new UserErrorException("You cannot specify recipients by phone number and groups at the same time"); } - final long targetTimestamp = ns.getLong("target_timestamp"); + final long targetTimestamp = ns.getLong("target-timestamp"); final var writer = new PlainTextWriterImpl(System.out);