]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): "-" is an operand, not an option.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Aug 2004 22:07:52 +0000 (22:07 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 10 Aug 2004 22:07:52 +0000 (22:07 +0000)
src/shred.c

index d9da0bb7b784669fc448a37cd5a7417bb446bbf5..7680192c1bf8c7a8f9da48585aa303d965808d92 100644 (file)
@@ -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\