]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Use two spaces (not one) to separate the
authorJim Meyering <jim@meyering.net>
Mon, 6 Feb 2006 07:39:37 +0000 (07:39 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 6 Feb 2006 07:39:37 +0000 (07:39 +0000)
option string from its description, so help2man formats the
derived man page properly.  Patch from Nicolas François
in http://bugs.debian.org/351601.

src/cp.c
src/mv.c

index 3f5334069b30f50a03ce5117ac9f855dc8e3e3ef..dc31564f00171216f52a9daa1ecb0e1cf0dbdb1d 100644 (file)
--- 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 (_("\
index 92659ede568a97ff27cfd1cb185b6096226b0eb1..84d67d79e5058446103e5cad088825b0f045557f 100644 (file)
--- 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);