diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-12-26 16:01:49 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-01-11 10:28:56 +0100 |
commit | 21b90fe1aea97875791c442bfffd90a97707add6 (patch) | |
tree | b4f7c287bdfb3cacf354205e30754694d1f48ade | |
parent | man: systemd: fix typo (#7746) (diff) | |
download | systemd-21b90fe1aea97875791c442bfffd90a97707add6.tar.gz systemd-21b90fe1aea97875791c442bfffd90a97707add6.tar.bz2 systemd-21b90fe1aea97875791c442bfffd90a97707add6.zip |
analyze: correct help text where we take unit name arguments
(cherry picked from commit bc6695ec7e602f76523342d6e211dea56d092836)
-rw-r--r-- | src/analyze/analyze.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index 7f35b04c3..c43c43a25 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c @@ -1523,9 +1523,9 @@ static void help(void) { "Commands:\n" " time Print time spent in the kernel\n" " blame Print list of running units ordered by time to init\n" - " critical-chain Print a tree of the time critical chain of units\n" + " critical-chain [UNIT...] Print a tree of the time critical chain of units\n" " plot Output SVG graphic showing service initialization\n" - " dot Output dependency graph in man:dot(1) format\n" + " dot [UNIT...] Output dependency graph in man:dot(1) format\n" " set-log-level LEVEL Set logging threshold for manager\n" " set-log-target TARGET Set logging target for manager\n" " get-log-level Get logging threshold for manager\n" |