From: Zbigniew Jędrzejewski-Szmek Date: Fri, 15 Mar 2019 07:36:36 +0000 (+0100) Subject: analyze: reword explanation in critical-chain header X-Git-Tag: v242-rc1~122^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fffb93b3223d0d464cb1e03f2d70cb765209711;p=thirdparty%2Fsystemd.git analyze: reword explanation in critical-chain header Let's try to make it a bit clearer. --- diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index 299c5917bca..a3b9a1de3af 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c @@ -1036,8 +1036,8 @@ static int analyze_critical_chain(int argc, char *argv[], void *userdata) { (void) pager_open(arg_pager_flags); - puts("The time after the unit is active or started is printed after the \"@\" character.\n" - "The time the unit takes to start is printed after the \"+\" character.\n"); + puts("The time when unit became active or started is printed after the \"@\" character.\n" + "The time the unit took to start is printed after the \"+\" character.\n"); if (argc > 1) { char **name;