mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Update README
This commit is contained in:
parent
841519e27a
commit
1ff3f07ab5
2 changed files with 7 additions and 3 deletions
|
@ -47,8 +47,8 @@ public class Main {
|
|||
.help("additional help");
|
||||
Subparser parserRegister = subparsers.addParser("register");
|
||||
parserRegister.addArgument("-v", "--voice")
|
||||
.help("The verification should be done over voice, not sms.")
|
||||
.action(Arguments.storeTrue());
|
||||
.help("The verification should be done over voice, not sms.")
|
||||
.action(Arguments.storeTrue());
|
||||
Subparser parserVerify = subparsers.addParser("verify");
|
||||
parserVerify.addArgument("verificationCode")
|
||||
.help("The verification code you received via sms or voice call.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue