1
0
mirror of https://github.com/jht5945/buildj.git synced 2025-12-27 17:20:06 +08:00

fix missspell, on -> one

This commit is contained in:
2019-08-10 14:50:59 +08:00
parent 4551671be2
commit d061958fde

View File

@@ -258,7 +258,7 @@ fn main() {
if a_cmd_j.is_null() {
print_message(MessageType::WARN, &format!("xArgs argument not found: {}", a_cmd));
if args.len() == 2 {
print_message(MessageType::ERROR, "Only on xArgs argument, exit.");
print_message(MessageType::ERROR, "Only one xArgs argument, exit.");
return;
}
final_args.push(arg1.to_string());