summaryrefslogtreecommitdiff
path: root/src/rm.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-06 08:00:23 +0000
committerJim Meyering <jim@meyering.net>2006-02-06 08:00:23 +0000
commit21b19ab75bf6de9bb2ffd1d3b0f2591ef73eae81 (patch)
tree5f7f94efffaf277dcd49865e46f644d08668e8e0 /src/rm.c
parentca51e71b96471c8b25388e2e1a139b26c942f8fa (diff)
downloadcoreutils-21b19ab75bf6de9bb2ffd1d3b0f2591ef73eae81.tar.xz
(usage): Use two spaces (not one) to separate the --no-preserve-root option
string from its description, so help2man formats the derived man page properly.
Diffstat (limited to 'src/rm.c')
-rw-r--r--src/rm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rm.c b/src/rm.c
index 2fdaa92af..6411b70ef 100644
--- a/src/rm.c
+++ b/src/rm.c
@@ -1,5 +1,5 @@
/* `rm' file deletion utility for GNU.
- Copyright (C) 88, 90, 91, 1994-2005 Free Software Foundation, Inc.
+ Copyright (C) 88, 90, 91, 1994-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
@@ -141,7 +141,7 @@ Remove (unlink) the FILE(s).\n\
-i, --interactive prompt before any removal\n\
"), stdout);
fputs (_("\
- --no-preserve-root do not treat `/' specially (the default)\n\
+ --no-preserve-root do not treat `/' specially (the default)\n\
--preserve-root fail to operate recursively on `/'\n\
-r, -R, --recursive remove directories and their contents recursively\n\
-v, --verbose explain what is being done\n\