1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-25 11:37:13 +02:00

(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.
This commit is contained in:
Jim Meyering
2006-02-06 07:39:37 +00:00
parent 3ff73ab0a9
commit c446eceb9c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 (_("\
+2 -2
View File
@@ -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);