X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/06e9f8ba6403ea83ab3535a3b1eb900f252d8b9d..8e8eed7b061f1ed47cf9e30abb5e29ee08e3a3dc:/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);