diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-27 03:16:49 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-27 03:16:49 +0200 |
commit | 4fbf50b38e847aaa2932ac542e20c62f0c1605a3 (patch) | |
tree | 821c1cbd6d883b277940d5eb8db64d2365132bd9 /src/systemctl.c | |
parent | 10717a1a8d48e50463abf2f6b47e2618eaa529e7 (diff) |
service: when after startup only one process is in a service's cgroup, assume it is the main process
Diffstat (limited to 'src/systemctl.c')
-rw-r--r-- | src/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl.c b/src/systemctl.c index 9316ad073a..d710bcf442 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -4047,7 +4047,7 @@ static int systemctl_help(void) { " pending\n" " -q --quiet Suppress output\n" " --no-block Do not wait until operation finished\n" - " --system Connect to system bus\n" + " --system Connect to system bus\n" " --session Connect to session bus\n" " --order When generating graph for dot, show only order\n" " --require When generating graph for dot, show only requirement\n" |