From 04f082666c3ab23e892eb9fdce8865dbdeb15893 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 17 Dec 2016 13:23:06 +0100 Subject: coreutils: shred: fix typo in help message --- core/coreutils/coreutils-shred.patch.new | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core') 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\ -- cgit v1.2.3-54-g00ecf