From 6962cf2e2ab6ec28aff0b31d1db701a679ab6efb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 15 Nov 2019 09:55:43 +0100 Subject: [PATCH] analyze: adjust the description of the default verb --- src/analyze/analyze.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index c7f74274cb9..e725878b037 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c @@ -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" -- 2.47.3