From: Benno Schulenberg Date: Sat, 15 Feb 2025 16:18:39 +0000 (+0100) Subject: textual: make two incorrect synopses identical to a better one X-Git-Tag: v2.42-start~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afee237e6c211e6a58607cb44e76cf1b1a4a8a4b;p=thirdparty%2Futil-linux.git textual: make two incorrect synopses identical to a better one Signed-off-by: Benno Schulenberg --- diff --git a/sys-utils/setpgid.c b/sys-utils/setpgid.c index 4bcaefad2..a1708d62d 100644 --- a/sys-utils/setpgid.c +++ b/sys-utils/setpgid.c @@ -17,7 +17,7 @@ static void __attribute__((__noreturn__)) usage(void) FILE *out = stdout; fputs(USAGE_HEADER, out); fprintf(out, _( - " %s [options] [arguments ...]\n"), + " %s [options] [...]\n"), program_invocation_short_name); fputs(USAGE_SEPARATOR, out); diff --git a/sys-utils/setsid.c b/sys-utils/setsid.c index 5ccfd0ff1..0a7fdbed0 100644 --- a/sys-utils/setsid.c +++ b/sys-utils/setsid.c @@ -32,7 +32,7 @@ static void __attribute__((__noreturn__)) usage(void) FILE *out = stdout; fputs(USAGE_HEADER, out); fprintf(out, _( - " %s [options] [arguments ...]\n"), + " %s [options] [...]\n"), program_invocation_short_name); fputs(USAGE_SEPARATOR, out);