mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 19:10:38 +00:00
parent
ab40344567
commit
b8a0901fbd
27 changed files with 38 additions and 15 deletions
|
@ -18,6 +18,7 @@ public class VerifyCommand implements RegistrationCommand {
|
|||
|
||||
@Override
|
||||
public void attachToSubparser(final Subparser subparser) {
|
||||
subparser.help("Verify the number using the code received via SMS or voice.");
|
||||
subparser.addArgument("verificationCode").help("The verification code you received via sms or voice call.");
|
||||
subparser.addArgument("-p", "--pin").help("The registration lock PIN, that was set by the user (Optional)");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue