From 3847c07f661ef5d4c01301a00017949843045831 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 10 Aug 2004 22:07:52 +0000 Subject: (usage): "-" is an operand, not an option. --- src/shred.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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\ -- cgit v1.2.3-70-g09d2