From c446eceb9c4d85cd32ffce64a37452ad2fbfc4a2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 6 Feb 2006 07:39:37 +0000 Subject: (usage): Use two spaces (not one) to separate the option string from its description, so help2man formats the derived man page properly. Patch from Nicolas François in http://bugs.debian.org/351601. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cp.c | 2 +- src/mv.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/cp.c b/src/cp.c index 3f5334069..dc31564f0 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 92659ede5..84d67d79e 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); -- cgit v1.2.3-70-g09d2