analyze: reword explanation in critical-chain header

Let's try to make it a bit clearer.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-03-15 08:36:36 +01:00
parent 9c5ac5ebba
commit 2fffb93b32
1 changed files with 2 additions and 2 deletions

View 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;