]> nmode's Git Repositories - signal-cli/blobdiff - src/main/java/org/asamk/signal/commands/RemoteDeleteCommand.java
Improve command line help
[signal-cli] / src / main / java / org / asamk / signal / commands / RemoteDeleteCommand.java
index 793b362a9521e7a13888307ae681bb1dd4d8019b..8efd581bd6de287db202b4904fc9f86049dbc175 100644 (file)
@@ -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);