diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2006-11-16 23:53:42 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2006-11-16 23:53:42 +0000 |
commit | f90ac2555337c72651bc65977807ddf57df6db9a (patch) | |
tree | 305f5fb5856dab3bda00b60e3fcf7516fa1cdca0 /bin/md5/md5.1 | |
parent | 9514f886f4724780eda05564062e65e3c8506b99 (diff) |
Add -r and -q options similar to what is supported by FreeBSD's md5
OK deraadt@ ckuethe@
Diffstat (limited to 'bin/md5/md5.1')
-rw-r--r-- | bin/md5/md5.1 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/bin/md5/md5.1 b/bin/md5/md5.1 index a51acb8b3c6..fc3985290bb 100644 --- a/bin/md5/md5.1 +++ b/bin/md5/md5.1 @@ -1,6 +1,6 @@ -.\" $OpenBSD: md5.1,v 1.20 2004/08/24 21:22:25 tom Exp $ +.\" $OpenBSD: md5.1,v 1.21 2006/11/16 23:53:41 millert Exp $ .\" -.\" Copyright (c) 2003, 2004 Todd C. Miller <Todd.Miller@courtesan.com> +.\" Copyright (c) 2003, 2004, 2006 Todd C. Miller <Todd.Miller@courtesan.com> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -26,6 +26,7 @@ .Nd calculate a message-digest fingerprint (checksum) for a file .Sh SYNOPSIS .Nm md5 +.Op Fl q | r .Oo .Fl p | t | x | .Fl c Oo Ar checklist ... Oc | @@ -71,6 +72,12 @@ If no file is given, stdin is used. Echoes stdin to stdout and appends the .Em MD5 sum to stdout. +.It Fl q +Only print the checksum (quiet mode). +.It Fl r +Reverse the format of the hash algorithm output, making +it match the output format used by +.Xr cksum 1 . .It Fl s Ar string Prints a checksum of the given .Ar string . |