]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
analyze: adjust the description of the default verb
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 15 Nov 2019 08:55:43 +0000 (09:55 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 18 Nov 2019 15:27:15 +0000 (16:27 +0100)
src/analyze/analyze.c

index c7f74274cb9504fd10beaec3ae084803e2ef7254..e725878b037339d53ad42e068f75fcb1707cec80 100644 (file)
@@ -2246,7 +2246,7 @@ static int help(int argc, char *argv[], void *userdata) {
         printf("%s [OPTIONS...] COMMAND ...\n\n"
                "%sProfile systemd, show unit dependencies, check unit files.%s\n"
                "\nCommands:\n"
-               "  time                     Print time spent in the kernel\n"
+               "  [time]                   Print time required to boot the machine\n"
                "  blame                    Print list of running units ordered by time to init\n"
                "  critical-chain [UNIT...] Print a tree of the time critical chain of units\n"
                "  plot                     Output SVG graphic showing service initialization\n"