summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-10 22:07:52 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-10 22:07:52 +0000
commit3847c07f661ef5d4c01301a00017949843045831 (patch)
tree643aab0ceef07d20931f6b91fba843e40c1f43a1 /src
parent4eafd1b11f51a337ef348c849ad32c8cb6cf9b70 (diff)
downloadcoreutils-3847c07f661ef5d4c01301a00017949843045831.tar.xz
(usage): "-" is an operand, not an option.
Diffstat (limited to 'src')
-rw-r--r--src/shred.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shred.c b/src/shred.c
index d9da0bb7b..7680192c1 100644
--- a/src/shred.c
+++ b/src/shred.c
@@ -174,12 +174,13 @@ Mandatory arguments to long options are mandatory for short options too.\n\
-x, --exact do not round file sizes up to the next full block;\n\
this is the default for non-regular files\n\
-z, --zero add a final overwrite with zeros to hide shredding\n\
- - shred standard output\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);
fputs (VERSION_OPTION_DESCRIPTION, stdout);
fputs (_("\
\n\
+If FILE is -, shred standard output.\n\
+\n\
Delete FILE(s) if --remove (-u) is specified. The default is not to remove\n\
the files because it is common to operate on device files like /dev/hda,\n\
and those files usually should not be removed. When operating on regular\n\