summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/textutils.texi6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/textutils.texi b/doc/textutils.texi
index 28a991704..e2396ab51 100644
--- a/doc/textutils.texi
+++ b/doc/textutils.texi
@@ -1572,7 +1572,6 @@ consistent. Synopsis:
@example
md5sum [@var{option}]@dots{} [@var{file}]@dots{}
md5sum [@var{option}]@dots{} --check [@var{file}]
-md5sum [@var{option}]@dots{} --string=@var{string} @dots{}
@end example
For each @var{file}, @samp{md5sum} outputs the MD5 checksum, a flag
@@ -1629,11 +1628,6 @@ If all listed files are readable and are consistent with the associated
MD5 checksums, exit successfully. Otherwise exit with a status code
indicating there was a failure.
-@itemx --string=@var{string}
-@opindex --string
-Compute the message digest for @var{string}, instead of for a file. The
-result is the same as for a file that contains exactly @var{string}.
-
@item -t
@itemx --text
@opindex -t