diff options
author | Jim Meyering <jim@meyering.net> | 2005-01-04 11:21:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-01-04 11:21:36 +0000 |
commit | 5ff8c2dadef099949498fb1a5f4870ed3f48d83a (patch) | |
tree | 12138b2672ec095eb332ec70d3aa65aeaeb399a1 /man | |
parent | 4e819d5d740555cc2b39ee4b715bfb2b948a48d9 (diff) | |
download | coreutils-5ff8c2dadef099949498fb1a5f4870ed3f48d83a.tar.xz |
Change one-line summary to reflect that shred does
not remove files by default.
Diffstat (limited to 'man')
-rw-r--r-- | man/shred.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/shred.x b/man/shred.x index 415f286d2..5e22616f4 100644 --- a/man/shred.x +++ b/man/shred.x @@ -1,4 +1,4 @@ [NAME] -shred \- delete a file securely, first overwriting it to hide its contents +shred \- overwrite a file to hide its contents, and optionally delete it [DESCRIPTION] .\" Add any additional description here |