mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
verbs: fix typo in error message
This commit is contained in:
@@ -73,7 +73,7 @@ int dispatch_verb(int argc, char *argv[], const Verb verbs[], void *userdata) {
|
||||
|
||||
if (verb->max_args != VERB_ANY &&
|
||||
(unsigned) left > verb->max_args) {
|
||||
log_error("Too many argument.s");
|
||||
log_error("Too many arguments.");
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user