cgls: --machine= expects an argument, indicate that in log messages

We gnerally suffix file settings and cmdline options that expect ags
with "=" to indicate that. Do so here, too.
This commit is contained in:
Lennart Poettering 2017-02-02 18:36:15 +01:00
parent 315782db14
commit ed737400c2

View file

@ -149,7 +149,7 @@ static int parse_argv(int argc, char *argv[]) {
}
if (arg_machine && arg_show_unit != SHOW_UNIT_NONE) {
log_error("Cannot combine --unit or --user-unit with --machine.");
log_error("Cannot combine --unit or --user-unit with --machine=.");
return -EINVAL;
}