summaryrefslogtreecommitdiff
path: root/src/id128
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/id128
parent313992dfb58ab0ca2d1ab33a3f450fd772069605 (diff)
downloadsystemd-20a51f6a2669897973f9d52e94554d5a831abd77.tar.gz
id128,analyze: fix layout of help message
Diffstat (limited to 'src/id128')
-rw-r--r--src/id128/id128.c8
1 files changed, 4 insertions, 4 deletions
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"