From e7771c1161564b9e03c879f7dabea4b9e820e53b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 18 Feb 2006 07:23:05 +0000 Subject: [PATCH] (usage): Use two spaces (not one) to separate the --first-only option string from its description, so help2man formats the derived man page properly. --- src/install.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/install.c b/src/install.c index 5c9067f..a5ada14 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\ -- 2.7.4