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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxx>
---
 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





[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux