summaryrefslogtreecommitdiff
path: root/src/analyze/analyze.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-03-15 08:36:36 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-03-15 10:17:46 +0100
commit2fffb93b3223d0d464cb1e03f2d70cb765209711 (patch)
tree7a59464335d6cc224e4d8c7ccc9cc48d4fd52f3c /src/analyze/analyze.c
parent9c5ac5ebba890cbc75d8b2d35e55aa84d282b0eb (diff)
downloadsystemd-2fffb93b3223d0d464cb1e03f2d70cb765209711.tar.gz
systemd-2fffb93b3223d0d464cb1e03f2d70cb765209711.tar.bz2
systemd-2fffb93b3223d0d464cb1e03f2d70cb765209711.zip
analyze: reword explanation in critical-chain header
Let's try to make it a bit clearer.
Diffstat (limited to 'src/analyze/analyze.c')
-rw-r--r--src/analyze/analyze.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c
index 299c5917bc..a3b9a1de3a 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;