From 45b46f4951758e6d3564537bbc8535cf76e9114a Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Wed, 10 Feb 2010 17:05:34 +0000 Subject: doc: remove extraneous periods from --help output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * src/join.c (usage): Mention "fields" rather than repeating "line" so that it's more obvious that the fields are still parsed, and thus -o is still honored for headers. Also remove an extraneous '.' reported by Stéphane Raimbault. * src/base64.c (usage): Remove extraneous blank line and order the options alphabetically. Also remove an extraneous '.' * src/chown.c (usage): Remove extraneous '.' * src/cp.c (usage): Likewise. * src/mktemp.c (usage): Likewise. * src/pr.c (usage): Likewise. * src/stat.c (usage): Likewise. * src/uniq.c (usage): Likewise. --- src/pr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pr.c') diff --git a/src/pr.c b/src/pr.c index 10770cb56..a36b657ca 100644 --- a/src/pr.c +++ b/src/pr.c @@ -2783,7 +2783,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ -COLUMN, --columns=COLUMN\n\ output COLUMN columns and print columns down,\n\ unless -a is used. Balance number of lines in the\n\ - columns on each page.\n\ + columns on each page\n\ "), stdout); fputs (_("\ -a, --across print columns across rather than down, used together\n\ -- cgit v1.2.3-54-g00ecf