summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/analyze/analyze.c6
-rw-r--r--src/id128/id128.c8
2 files changed, 7 insertions, 7 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"
diff --git a/src/id128/id128.c b/src/id128/id128.c
index a6391313be..fe325042e0 100644
--- a/src/id128/id128.c
+++ b/src/id128/id128.c
@@ -70,10 +70,10 @@ static int help(void) {
printf("%s [OPTIONS...] {COMMAND} ...\n\n"
"Generate and print id128 strings.\n\n"
- " -h --help Show this help\n\n"
- " -p --pretty Generate samples of program code\n\n"
- " -a --app-specific=ID Generate app-specific IDs\n\n"
- "Commands:\n"
+ " -h --help Show this help\n"
+ " -p --pretty Generate samples of program code\n"
+ " -a --app-specific=ID Generate app-specific IDs\n"
+ "\nCommands:\n"
" new Generate a new id128 string\n"
" machine-id Print the ID of current machine\n"
" boot-id Print the ID of current boot\n"