diff options
author | Jim Meyering <jim@meyering.net> | 2006-02-18 07:23:05 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-02-18 07:23:05 +0000 |
commit | e7771c1161564b9e03c879f7dabea4b9e820e53b (patch) | |
tree | 260f203fe27dd05bc430cf90b83d3310a1cc7c14 /src/install.c | |
parent | 8c232ab86fe271b3332d8989989d2f76803735a0 (diff) | |
download | coreutils-e7771c1161564b9e03c879f7dabea4b9e820e53b.tar.xz |
(usage): Use two spaces (not one) to separate the
--first-only option string from its description, so help2man formats
the derived man page properly.
Diffstat (limited to 'src/install.c')
-rw-r--r-- | src/install.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/install.c b/src/install.c index 5c9067f3b..a5ada1479 100644 --- a/src/install.c +++ b/src/install.c @@ -1,5 +1,5 @@ /* install - copy files and set attributes - Copyright (C) 89, 90, 91, 1995-2005 Free Software Foundation, Inc. + Copyright (C) 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 @@ -646,7 +646,7 @@ In the 4th form, create all components of the given DIRECTORY(ies).\n\ Mandatory arguments to long options are mandatory for short options too.\n\ "), stdout); fputs (_("\ - --backup[=CONTROL] make a backup of each existing destination file\n\ + --backup[=CONTROL] make a backup of each existing destination file\n\ -b like --backup but does not accept an argument\n\ -c (ignored)\n\ -d, --directory treat all arguments as directory names; create all\n\ |