From: Zbigniew Jędrzejewski-Szmek Date: Fri, 15 Nov 2019 08:55:43 +0000 (+0100) Subject: analyze: adjust the description of the default verb X-Git-Tag: v244-rc1~13^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6962cf2e2ab6ec28aff0b31d1db701a679ab6efb;p=thirdparty%2Fsystemd.git analyze: adjust the description of the default verb --- 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"