summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-04-29 07:01:22 +0000
committerJim Meyering <jim@meyering.net>2001-04-29 07:01:22 +0000
commitc8576c4f8c67393ba0545c160c61d28b3b0c2f6d (patch)
tree7a569e4ff32ee5676a2260feb154e8c6aef2d3d9 /src
parent56ee0fa63685708eb4fa59869fa9083064a42d06 (diff)
downloadcoreutils-c8576c4f8c67393ba0545c160c61d28b3b0c2f6d.tar.xz
(usage): Mention shred.
Diffstat (limited to 'src')
-rw-r--r--src/rm.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/rm.c b/src/rm.c
index 8d80df86b..0000c70b7 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-2000 Free Software Foundation, Inc.
+ Copyright (C) 88, 90, 91, 1994-2001 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
@@ -100,7 +100,12 @@ Remove (unlink) the FILE(s).\n\
To remove a file whose name starts with a `-', for example `-foo',\n\
use one of these commands:\n\
%s -- -foo\n\
+\n\
%s ./-foo\n\
+\n\
+Note that if you use rm to remove a file, it is usually possible to recover\n\
+the contents of that file. If you want more assurance that the contents are\n\
+truly unrecoverable, consider using shred.\n\
"),
program_name, program_name);
puts (_("\nReport bugs to <bug-fileutils@gnu.org>."));