]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
id128,analyze: fix layout of help message
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 10 Nov 2018 08:13:11 +0000 (17:13 +0900)
committerLennart Poettering <lennart@poettering.net>
Sat, 10 Nov 2018 10:58:50 +0000 (11:58 +0100)
src/analyze/analyze.c
src/id128/id128.c

index d381740dfb44d718dd9ec3d92184c4a140ff3dab..b5be346effce2bfd11cdc67754a621b1ac4348c8 100644 (file)
@@ -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"
index a6391313be6a2ada39247824b55e76a5886c3134..fe325042e0eb4ec1d6bf440a97950a0ba7f455e0 100644 (file)
@@ -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"