@Override
public void attachToSubparser(final Subparser subparser) {
+ subparser.help("Unblock the given contacts or groups (messages will be received again)");
subparser.addArgument("contact").help("Contact number").nargs("*");
subparser.addArgument("-g", "--group").help("Group ID").nargs("*");
- subparser.help("Unblock the given contacts or groups (messages will be received again)");
}
@Override