From 9363e2f4999dd5ccf40af0295b42a888e43c9f66 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 6 Feb 2019 14:28:36 +0100 Subject: [PATCH] id128: no command accepts additional arguments --- src/id128/id128.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/id128/id128.c b/src/id128/id128.c index 06049e7ba2..60551ec225 100644 --- a/src/id128/id128.c +++ b/src/id128/id128.c @@ -70,7 +70,7 @@ static int help(void) { if (r < 0) return log_oom(); - printf("%s [OPTIONS...] {COMMAND} ...\n\n" + printf("%s [OPTIONS...] {COMMAND}\n\n" "Generate and print id128 strings.\n\n" " -h --help Show this help\n" " -p --pretty Generate samples of program code\n"