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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user