mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-19 23:24:24 +01:00
Update argparse4j
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user