From f4bffea5e95fbb008402c156e50f81a887423250 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 4 Aug 2008 10:44:47 +0200 Subject: doc: correct and normalize --help output of several tools * src/chroot.c (usage): Add "[ARG]" to synopsis. * src/cut.c (usage): Remove an inconsistent period in an option description. * src/du.c (usage): Remove superfluous argument after short option -X. Also remove inconsistent uppercase and final period. Use a single indent level for prettiness. * src/shred.c (usage): Normalize the synopsis. * src/stty.c (usage): Options -F and --file are alternatives, cannot both be used. * src/sum.c (usage): -r does not overrule -s; the last one counts. * src/uptime.c (usage): Remove inconsistent space from the synopsis. * src/users.c: Likewise. --- src/users.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/users.c') diff --git a/src/users.c b/src/users.c index 551616e84..19ffce8ca 100644 --- a/src/users.c +++ b/src/users.c @@ -103,7 +103,7 @@ usage (int status) program_name); else { - printf (_("Usage: %s [OPTION]... [ FILE ]\n"), program_name); + printf (_("Usage: %s [OPTION]... [FILE]\n"), program_name); printf (_("\ Output who is currently logged in according to FILE.\n\ If FILE is not specified, use %s. %s as FILE is common.\n\ -- cgit v1.2.3-54-g00ecf