analyze: correct help text where we take unit name arguments
authorLennart Poettering <lennart@poettering.net>
Tue, 26 Dec 2017 15:01:49 +0000 (16:01 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 26 Dec 2017 15:04:10 +0000 (16:04 +0100)
src/analyze/analyze.c

index ae635f0..93bc9c0 100644 (file)
@@ -1545,9 +1545,9 @@ static int help(int argc, char *argv[], void *userdata) {
                "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"