summaryrefslogtreecommitdiff
path: root/src/analyze/analyze.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-15 09:55:43 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-11-18 16:27:15 +0100
commit6962cf2e2ab6ec28aff0b31d1db701a679ab6efb (patch)
treea9f0b4c7391ac78c2bc71ae254315fd0e16debb0 /src/analyze/analyze.c
parent38fcb7f766c84736425e86854b8a4468c126dafa (diff)
downloadsystemd-6962cf2e2ab6ec28aff0b31d1db701a679ab6efb.tar.gz
analyze: adjust the description of the default verb
Diffstat (limited to 'src/analyze/analyze.c')
-rw-r--r--src/analyze/analyze.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c
index c7f74274cb..e725878b03 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"