Remove references to the now-deprecated --string option. TEXTUTILS-1_19f
authorJim Meyering <jim@meyering.net>
Fri, 27 Sep 1996 02:10:37 +0000 (02:10 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 27 Sep 1996 02:10:37 +0000 (02:10 +0000)
doc/textutils.texi

index 28a9917..e2396ab 100644 (file)
@@ -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