]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
analyze: reword explanation in critical-chain header
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 15 Mar 2019 07:36:36 +0000 (08:36 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 15 Mar 2019 09:17:46 +0000 (10:17 +0100)
Let's try to make it a bit clearer.

src/analyze/analyze.c

index 299c5917bca0f29f23d1ef64f2588fee1ba065d4..a3b9a1de3afc239613de9d044503f90d40ed5e38 100644 (file)
@@ -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;