- Timestamp:
- Jan 8, 2007, 6:54:16 PM (14 years ago)
- Location:
- zzuf/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/doc/zzuf.1
r1623 r1624 96 96 .TP 97 97 \fB\-M\fR, \fB\-\-md5\fR 98 Instead of displaying the program's output, just print the MD5 digest of that99 o utput.98 Instead of displaying the program's standard output, just print the MD5 digest 99 of that output. The standard error channel is left untouched. 100 100 .TP 101 101 \fB\-n\fR, \fB\-\-network\fR -
zzuf/trunk/src/zzuf.c
r1623 r1624 593 593 child_list[i].bytes += ret; 594 594 595 if(md5 && j > 0)595 if(md5 && j == 2) 596 596 _zz_md5_add(child_list[i].ctx, buf, ret); 597 597 else if(!quiet || j == 0)
Note: See TracChangeset
for help on using the changeset viewer.