mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Allow relinking an account if it's no longer authorized
This commit is contained in:
parent
0bc2141245
commit
ab95e635ce
7 changed files with 137 additions and 22 deletions
|
@ -35,7 +35,7 @@ public class ReceiveCommand implements ExtendedDbusCommand, LocalCommand {
|
|||
public void attachToSubparser(final Subparser subparser) {
|
||||
subparser.addArgument("-t", "--timeout")
|
||||
.type(double.class)
|
||||
.setDefault(1.0)
|
||||
.setDefault(3.0)
|
||||
.help("Number of seconds to wait for new messages (negative values disable timeout)");
|
||||
subparser.addArgument("--ignore-attachments")
|
||||
.help("Don’t download attachments of received messages.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue