From: Lennart Poettering Date: Thu, 2 Feb 2017 17:36:15 +0000 (+0100) Subject: cgls: --machine= expects an argument, indicate that in log messages X-Git-Tag: v233~177^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5212%2Fhead;p=thirdparty%2Fsystemd.git 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. --- diff --git a/src/cgls/cgls.c b/src/cgls/cgls.c index 82b4d9ccb38..ea79b9185e9 100644 --- a/src/cgls/cgls.c +++ b/src/cgls/cgls.c @@ -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; }