chiark / gitweb /
nspawn: add --quiet switch for turning off any output noise
[elogind.git] / src / run / run.c
index f9c6c292eab1684b95329c90598b81c8cd1eb488..724d67d84610d23d8580756de021e0edd95f65eb 100644 (file)
@@ -65,7 +65,7 @@ static int help(void) {
                "     --uid=USER           Run as system user\n"
                "     --gid=GROUP          Run as system group\n"
                "     --nice=NICE          Nice level\n"
-               "     --setenv=ENV         Set environment\n",
+               "     --setenv=NAME=VALUE  Set environment\n",
                program_invocation_short_name);
 
         return 0;