summaryrefslogtreecommitdiff
path: root/src/id128
diff options
context:
space:
mode:
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"