From: Yu Watanabe Date: Wed, 6 Feb 2019 13:28:36 +0000 (+0100) Subject: id128: no command accepts additional arguments X-Git-Tag: v242-rc1~125^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9363e2f4999dd5ccf40af0295b42a888e43c9f66;p=thirdparty%2Fsystemd.git id128: no command accepts additional arguments --- diff --git a/src/id128/id128.c b/src/id128/id128.c index 06049e7ba2e..60551ec2258 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"