diff options
| author | Jim Meyering <jim@meyering.net> | 2001-05-11 11:23:24 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2001-05-11 11:23:24 +0000 |
| commit | a46bcc4636dd71c3eddb9e303c7b5dbf81928e23 (patch) | |
| tree | 9df5ace54064cc7b970baeef1ba9718d2adf25a3 /src/shred.c | |
| parent | s/POSIX/posix/ (diff) | |
| download | coreutils-a46bcc4636dd71c3eddb9e303c7b5dbf81928e23.tar.gz coreutils-a46bcc4636dd71c3eddb9e303c7b5dbf81928e23.zip | |
(usage): Warn about backups and mirrors.
Diffstat (limited to 'src/shred.c')
| -rw-r--r-- | src/shred.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shred.c b/src/shred.c index 82fbaca24..8d3b9992e 100644 --- a/src/shred.c +++ b/src/shred.c @@ -501,6 +501,10 @@ not effective:\n\ version 3 clients\n\ \n\ * compressed filesystems\n\ +\n\ +In addition, file system backups and remote mirrors may contain copies\n\ +of the file that cannot be removed, and that will allow a shredded file\n\ +to be recovered later.\n\ "), DEFAULT_PASSES); puts (_("\nReport bugs to <bug-fileutils@gnu.org>.")); } |
