subparser.help("Check if the specified phone number/s have been registered");
subparser.addArgument("--json")
- .help("Output received messages in json format, one json object per line.")
+ .help("WARNING: This parameter is now deprecated! Please use the \"output\" option instead.\n\nOutput received messages in json format, one json object per line.")
.action(Arguments.storeTrue());
}
.action(Arguments.storeTrue());
}
@@ -32,6+37,13 @@ public class GetUserStatusCommand implements LocalCommand {