mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 02:50:39 +00:00
Update argparse4j
This commit is contained in:
parent
06e9f8ba64
commit
8e8eed7b06
10 changed files with 21 additions and 18 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue