Update README

This commit is contained in:
AsamK 2015-07-06 11:17:47 +02:00
parent 841519e27a
commit 1ff3f07ab5
2 changed files with 7 additions and 3 deletions

View file

@ -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.");