From 3803cde44c3d949765bdf0e8bce06886224d40b4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 19 Jul 2013 17:51:26 +0200 Subject: man: extend systemd-run man page a little --- src/run/run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/run') 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" -- cgit v1.2.3-54-g00ecf