summaryrefslogtreecommitdiff
path: root/src/run/run.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-02-06 00:43:14 +0100
committerLennart Poettering <lennart@poettering.net>2014-02-06 00:43:14 +0100
commit284c0b917697fb0271381f331ffee28403278e72 (patch)
tree86e22e4ae07dab763d9cf0e721f17d141a1f03aa /src/run/run.c
parent1c03020cc48d41c94a51b5efbeeccb96e45d3e26 (diff)
nspawn: add --quiet switch for turning off any output noise
Diffstat (limited to 'src/run/run.c')
-rw-r--r--src/run/run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run/run.c b/src/run/run.c
index f9c6c292ea..724d67d846 100644
--- a/src/run/run.c
+++ b/src/run/run.c
@@ -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;