diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-07-19 19:28:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-07-19 19:29:08 +0200 |
commit | 83787333bd75f3fb5d2d844a5d5dbf68d93f7f3f (patch) | |
tree | 3b3160dfd07268189110a45ca6d7cb1f44bb3dd8 /src | |
parent | 847ae0ae7f29e7bfb245d692409fc2948eab7d1d (diff) |
man: update documentation of systemctl cgroup commands
Diffstat (limited to 'src')
-rw-r--r-- | src/systemctl/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index c9f9981f9c..9f47b2cf7c 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -4788,7 +4788,7 @@ static int systemctl_help(void) { " list-jobs List jobs\n" " cancel [JOB...] Cancel all, one, or more jobs\n\n" "Status Commands:\n" - " dump Dump server status\n" + " dump Dump server status\n\n" "Snapshot Commands:\n" " snapshot [NAME] Create a snapshot\n" " delete [NAME...] Remove one or more snapshots\n\n" |