Make `-r -s' also match the BSDI output.
This commit is contained in:
parent
c77b4f2f12
commit
06059e1bbb
@ -41,7 +41,7 @@ Echo stdin to stdout and appends the MD5 sum to stdout.
|
||||
.It Fl r
|
||||
Reverses the format of the output. This helps with visual diffs. Does nothing
|
||||
when combined with the
|
||||
.Fl stpx
|
||||
.Fl ptx
|
||||
options.
|
||||
.It Fl t
|
||||
Run a built-in time trial.
|
||||
|
@ -114,7 +114,7 @@ MDString(string)
|
||||
char buf[33];
|
||||
|
||||
if (rflag)
|
||||
printf("%s (\"%s\")\n", MD5Data(string, len, buf), string);
|
||||
printf("%s \"%s\"\n", MD5Data(string, len, buf), string);
|
||||
else
|
||||
printf("MD5 (\"%s\") = %s\n", string, MD5Data(string, len, buf));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user