summaryrefslogtreecommitdiff
path: root/src/mv.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-06 07:39:37 +0000
committerJim Meyering <jim@meyering.net>2006-02-06 07:39:37 +0000
commitc446eceb9c4d85cd32ffce64a37452ad2fbfc4a2 (patch)
tree84783002385b45cac279081fd97c64c142c693db /src/mv.c
parent3ff73ab0a966c495cd4f7b858b9dd6d046a2c551 (diff)
downloadcoreutils-c446eceb9c4d85cd32ffce64a37452ad2fbfc4a2.tar.xz
(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.
Diffstat (limited to 'src/mv.c')
-rw-r--r--src/mv.c4
1 files changed, 2 insertions, 2 deletions
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);