summaryrefslogtreecommitdiff
path: root/src/run
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-07-19 17:51:26 +0200
committerLennart Poettering <lennart@poettering.net>2013-07-19 17:51:26 +0200
commit3803cde44c3d949765bdf0e8bce06886224d40b4 (patch)
tree1d77002114a95187024a989a660164095bafe74a /src/run
parentdc7adf202b82fc0054c457ce6ca3bcedb88dde57 (diff)
man: extend systemd-run man page a little
Diffstat (limited to 'src/run')
-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 e5a62d9e35..e56a977de3 100644
--- a/src/run/run.c
+++ b/src/run/run.c
@@ -38,7 +38,7 @@ static const char *arg_slice = NULL;
static int help(void) {
printf("%s [OPTIONS...] [COMMAND LINE...]\n\n"
- "Notify the init system about service status updates.\n\n"
+ "Run the specified command in a transient scope or service unit.\n\n"
" -h --help Show this help\n"
" --version Show package version\n"
" --user Run as user unit\n"