[PATCH 06/10] textual: make two incorrect synopses identical to a better one

Benno Schulenberg <[email protected]>
Newsgroups org.kernel.vger.util-linux
Message-ID <[email protected]>
Signed-off-by: Benno Schulenberg <[email protected]>
---
 sys-utils/setpgid.c | 2 +-
 sys-utils/setsid.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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] <program> [arguments ...]\n"),
+		" %s [options] <program> [<argument>...]\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] <program> [arguments ...]\n"),
+		" %s [options] <program> [<argument>...]\n"),
 		program_invocation_short_name);
 
 	fputs(USAGE_SEPARATOR, out);
-- 
2.48.1
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.