summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/coreutils/coreutils-shred.patch.new4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/coreutils/coreutils-shred.patch.new b/core/coreutils/coreutils-shred.patch.new
index fe08175..bcbc4b9 100644
--- a/core/coreutils/coreutils-shred.patch.new
+++ b/core/coreutils/coreutils-shred.patch.new
@@ -12,7 +12,7 @@
{
{"exact", no_argument, NULL, 'x'},
{"force", no_argument, NULL, 'f'},
-+ {"keep-hard-links", no_argument, NULL, 'h'},
++ {"shred-hard-links", no_argument, NULL, 'h'},
{"iterations", required_argument, NULL, 'n'},
{"size", required_argument, NULL, 's'},
{"random-source", required_argument, NULL, RANDOM_SOURCE_OPTION},
@@ -20,7 +20,7 @@
printf (_("\
-f, --force change permissions to allow writing if necessary\n\
-+ -h, --keep-hard-links do not shred hard linked files\n\
++ -h, --shred-hard-links also shred hard linked files\n\
-n, --iterations=N overwrite N times instead of the default (%d)\n\
--random-source=FILE get random bytes from FILE\n\
-s, --size=N shred this many bytes (suffixes like K, M, G accepted)\n\