We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e7177 commit aba8285Copy full SHA for aba8285
1 file changed
sources/startup.c
@@ -459,6 +459,7 @@ int DoTail(int argc, UBYTE **argv)
459
case 'T': /* Print the total size used at end of job */
460
AM.PrintTotalSize = 1; break;
461
case 'v': /* Print version information */
462
+ AC.FinalStats = 0;
463
if ( s[1] == 'v' ) { /* verbose version information */
464
PrintHeader(2);
465
return(1);
0 commit comments