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/mktemp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mktemp.c') diff --git a/src/mktemp.c b/src/mktemp.c index 952369d9a..8bf2acc87 100644 --- a/src/mktemp.c +++ b/src/mktemp.c @@ -87,7 +87,7 @@ If TEMPLATE is not specified, use tmp.XXXXXXXXXX, and --tmpdir is implied.\n\ specified, use $TMPDIR if set, else /tmp. With\n\ this option, TEMPLATE must not be an absolute name.\n\ Unlike with -t, TEMPLATE may contain slashes, but\n\ - mktemp creates only the final component.\n\ + mktemp creates only the final component\n\ "), stdout); fputs ("\n", stdout); fputs (_("\ -- cgit v1.2.3-54-g00ecf