summaryrefslogtreecommitdiffstats
path: root/sbin/md5/md5.1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-12-04 01:29:43 +0000
committerobrien <obrien@FreeBSD.org>1999-12-04 01:29:43 +0000
commitb6b57faeef807ca8b13a23e047d8479ab962044b (patch)
tree6eee565e226210d35d2874a1b94cdb99067b8e52 /sbin/md5/md5.1
parent27b8e11386a5c439de38b788b854c370bb42b9f2 (diff)
downloadFreeBSD-src-b6b57faeef807ca8b13a23e047d8479ab962044b.zip
FreeBSD-src-b6b57faeef807ca8b13a23e047d8479ab962044b.tar.gz
Add -q quite mode.
Diffstat (limited to 'sbin/md5/md5.1')
-rw-r--r--sbin/md5/md5.16
1 files changed, 5 insertions, 1 deletions
diff --git a/sbin/md5/md5.1 b/sbin/md5/md5.1
index c3c3e50..c485184 100644
--- a/sbin/md5/md5.1
+++ b/sbin/md5/md5.1
@@ -7,7 +7,7 @@
.Nd calculate a message-digest fingerprint (checksum) for a file
.Sh SYNOPSIS
.Nm md5
-.Op Fl prtx
+.Op Fl pqrtx
.Op Fl s Ar string
.Op Ar file ...
.Sh DESCRIPTION
@@ -38,6 +38,10 @@ Print a checksum of the given
.Ar string .
.It Fl p
Echo stdin to stdout and appends the MD5 sum to stdout.
+.It Fl q
+Quiet mode - only the MD5 sum is printed out. Overrides the
+.Fl r
+option.
.It Fl r
Reverses the format of the output. This helps with visual diffs. Does nothing
when combined with the
OpenPOWER on IntegriCloud