Fixing typos.
This commit is contained in:
parent
35045adf69
commit
1df5bf1fc3
@ -428,7 +428,7 @@ switcher (const int process, int index, int commandline)
|
|||||||
arg_pointer = argv[index];
|
arg_pointer = argv[index];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Allright, this is the right option
|
// Alright, this is the right option
|
||||||
// Enough arguments left?
|
// Enough arguments left?
|
||||||
return enough_arguments_left (args, shortopt, longopt);
|
return enough_arguments_left (args, shortopt, longopt);
|
||||||
}
|
}
|
||||||
@ -1240,7 +1240,7 @@ switcher (const int process, int index, int commandline)
|
|||||||
if (switches.expert)
|
if (switches.expert)
|
||||||
{
|
{
|
||||||
helptext (" --one-role-per-agent",
|
helptext (" --one-role-per-agent",
|
||||||
"agents are disallowd from performing multiple roles");
|
"agents are disallowed from performing multiple roles");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user