From c446eceb9c4d85cd32ffce64a37452ad2fbfc4a2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 6 Feb 2006 07:39:37 +0000 Subject: [PATCH] =?utf8?q?(usage):=20Use=20two=20spaces=20(not=20one)=20to?= =?utf8?q?=20separate=20the=20option=20string=20from=20its=20description,?= =?utf8?q?=20so=20help2man=20formats=20the=20derived=20man=20page=20proper?= =?utf8?q?ly.=20=20Patch=20from=20Nicolas=20Fran=E7ois=20in=20http://bugs.?= =?utf8?q?debian.org/351601.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/cp.c | 2 +- src/mv.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cp.c b/src/cp.c index 3f5334069b..dc31564f00 100644 --- a/src/cp.c +++ b/src/cp.c @@ -205,7 +205,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ "), stdout); fputs (_("\ --sparse=WHEN control creation of sparse files\n\ - --strip-trailing-slashes remove any trailing slashes from each SOURCE\n\ + --strip-trailing-slashes remove any trailing slashes from each SOURCE\n\ argument\n\ "), stdout); fputs (_("\ diff --git a/src/mv.c b/src/mv.c index 92659ede56..84d67d79e5 100644 --- a/src/mv.c +++ b/src/mv.c @@ -1,5 +1,5 @@ /* mv -- move or rename files - Copyright (C) 86, 89, 90, 91, 1995-2005 Free Software Foundation, Inc. + Copyright (C) 86, 89, 90, 91, 1995-2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -308,7 +308,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\ -i, --interactive prompt before overwrite\n\ "), stdout); fputs (_("\ - --strip-trailing-slashes remove any trailing slashes from each SOURCE\n\ + --strip-trailing-slashes remove any trailing slashes from each SOURCE\n\ argument\n\ -S, --suffix=SUFFIX override the usual backup suffix\n\ "), stdout); -- 2.47.3