]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cgls: --machine= expects an argument, indicate that in log messages 5212/head
authorLennart Poettering <lennart@poettering.net>
Thu, 2 Feb 2017 17:36:15 +0000 (18:36 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 2 Feb 2017 19:12:32 +0000 (20:12 +0100)
We gnerally suffix file settings and cmdline options that expect ags
with "=" to indicate that. Do so here, too.

src/cgls/cgls.c

index 82b4d9ccb389e8dc3350bc6979588e7d1f3d66c3..ea79b9185e999b6bf5a5d7d8ada11a1b3a8b317b 100644 (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;
         }