diff options
-rw-r--r-- | coreutils/md5_sha1_sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/md5_sha1_sum.c b/coreutils/md5_sha1_sum.c index ba26c985a..4efa23061 100644 --- a/coreutils/md5_sha1_sum.c +++ b/coreutils/md5_sha1_sum.c | |||
@@ -117,8 +117,8 @@ | |||
117 | //usage: "\n -c Check sums against list in FILEs" | 117 | //usage: "\n -c Check sums against list in FILEs" |
118 | //usage: "\n -s Don't output anything, status code shows success" | 118 | //usage: "\n -s Don't output anything, status code shows success" |
119 | //usage: "\n -w Warn about improperly formatted checksum lines" | 119 | //usage: "\n -w Warn about improperly formatted checksum lines" |
120 | //usage: "\n -a BITS 224 (default), 256, 384, 512" | ||
121 | //usage: ) | 120 | //usage: ) |
121 | //usage: "\n -a BITS 224 (default), 256, 384, 512" | ||
122 | 122 | ||
123 | //FIXME: GNU coreutils 8.25 has no -s option, it has only these two long opts: | 123 | //FIXME: GNU coreutils 8.25 has no -s option, it has only these two long opts: |
124 | // --quiet don't print OK for each successfully verified file | 124 | // --quiet don't print OK for each successfully verified file |