Skip to content

Commit 774142b

Browse files
tuedajodavies
authored andcommitted
feat: suppress timing stats with -v and -vv
1 parent 5791b08 commit 774142b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sources/startup.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ int DoTail(int argc, UBYTE **argv)
459459
case 'T': /* Print the total size used at end of job */
460460
AM.PrintTotalSize = 1; break;
461461
case 'v': /* Print version information */
462+
AC.FinalStats = 0;
462463
if ( s[1] == 'v' ) { /* verbose version information */
463464
PrintHeader(2);
464465
return(1);

0 commit comments

Comments
 (0)