summaryrefslogtreecommitdiff
path: root/src/analyze
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-11-10 17:13:11 +0900
committerLennart Poettering <lennart@poettering.net>2018-11-10 11:58:50 +0100
commit20a51f6a2669897973f9d52e94554d5a831abd77 (patch)
tree897eabc92004cc98e7ecc27d92b8957d8be28cf7 /src/analyze
parent313992dfb58ab0ca2d1ab33a3f450fd772069605 (diff)
downloadsystemd-20a51f6a2669897973f9d52e94554d5a831abd77.tar.gz
id128,analyze: fix layout of help message
Diffstat (limited to 'src/analyze')
-rw-r--r--src/analyze/analyze.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c
index d381740dfb..b5be346eff 100644
--- a/src/analyze/analyze.c
+++ b/src/analyze/analyze.c
@@ -1718,9 +1718,9 @@ static int help(int argc, char *argv[], void *userdata) {
" --to-pattern=GLOB Show only destinations in the graph\n"
" --fuzz=SECONDS Also print also services which finished SECONDS\n"
" earlier than the latest in the branch\n"
- " --man[=BOOL] Do [not] check for existence of man pages\n\n"
- " --generators[=BOOL] Do [not] run unit generators (requires privileges)\n\n"
- "Commands:\n"
+ " --man[=BOOL] Do [not] check for existence of man pages\n"
+ " --generators[=BOOL] Do [not] run unit generators (requires privileges)\n"
+ "\nCommands:\n"
" time Print time spent in the kernel\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"