diff options
author | Jim Meyering <jim@meyering.net> | 1996-09-27 02:09:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-09-27 02:09:57 +0000 |
commit | d7477dbf0c8300fc9b2b643eae0bf58ed7714a92 (patch) | |
tree | ac7f1c77ca11f1b15a6c27f884a4edea119d7bd5 | |
parent | b4062862f6d32dd892d6a85bd8b4ccaa0748c245 (diff) | |
download | coreutils-d7477dbf0c8300fc9b2b643eae0bf58ed7714a92.tar.xz |
(usage): Remove references in --help output to
the now-deprecated --string option. Support for it will be
removed soon.
-rw-r--r-- | src/md5sum.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/md5sum.c b/src/md5sum.c index c3d176fcf..64ab5fbb7 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -104,7 +104,6 @@ usage (int status) printf (_("\ Usage: %s [OPTION] [FILE]...\n\ or: %s [OPTION] --check [FILE]\n\ - or: %s [OPTION] --string=STRING ...\n\ Print or check MD5 checksums.\n\ With no FILE, or when FILE is -, read standard input.\n\ \n\ @@ -116,7 +115,6 @@ The following two options are useful only when verifying checksums:\n\ --status don't output anything, status code shows success\n\ -w, --warn warn about improperly formated MD5 checksum lines\n\ \n\ - --string=STRING compute checksum for STRING\n\ --help display this help and exit\n\ --version output version information and exit\n\ \n\ |