Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds missing clamscan --max-scantime documentation
  • Loading branch information
micahsnyder committed Apr 2, 2020
1 parent 6bd0650 commit 6e17eb5
Show file tree
Hide file tree
Showing 4 changed files with 204 additions and 196 deletions.
2 changes: 1 addition & 1 deletion clamscan/clamscan.c
Expand Up @@ -299,7 +299,7 @@ void help(void)
mprintf(" --nocerts Disable authenticode certificate chain verification in PE files\n");
mprintf(" --dumpcerts Dump authenticode certificate chain in PE files\n");
mprintf("\n");
mprintf(" --max-scantime=#n Scan time longer than this will be skipped and assumed clean\n");
mprintf(" --max-scantime=#n Scan time longer than this will be skipped and assumed clean (milliseconds)\n");
mprintf(" --max-filesize=#n Files larger than this will be skipped and assumed clean\n");
mprintf(" --max-scansize=#n The maximum amount of data to scan for each container file (**)\n");
mprintf(" --max-files=#n The maximum number of files to scan for each container file (**)\n");
Expand Down

0 comments on commit 6e17eb5

Please sign in to comment.