mirror of
https://github.com/jht5945/buildj.git
synced 2025-12-29 10:20:04 +08:00
fix missspell, on -> one
This commit is contained in:
@@ -258,7 +258,7 @@ fn main() {
|
|||||||
if a_cmd_j.is_null() {
|
if a_cmd_j.is_null() {
|
||||||
print_message(MessageType::WARN, &format!("xArgs argument not found: {}", a_cmd));
|
print_message(MessageType::WARN, &format!("xArgs argument not found: {}", a_cmd));
|
||||||
if args.len() == 2 {
|
if args.len() == 2 {
|
||||||
print_message(MessageType::ERROR, "Only on xArgs argument, exit.");
|
print_message(MessageType::ERROR, "Only one xArgs argument, exit.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
final_args.push(arg1.to_string());
|
final_args.push(arg1.to_string());
|
||||||
|
|||||||
Reference in New Issue
Block a user