Browse code

Usage message and man page updates for the clamscan --disable-cache option.

Steven Morgan authored on 2015/12/22 06:50:33
Showing 2 changed files
... ...
@@ -289,6 +289,7 @@ void help(void)
289 289
     mprintf("    --disable-pe-stats                   Disable submission of individual PE sections in stats submissions\n");
290 290
     mprintf("    --stats-timeout=#n                   Number of seconds to wait for waiting a response back from the stats server\n");
291 291
     mprintf("    --stats-host-id=UUID                 Set the Host ID used when submitting statistical info.\n");
292
+    mprintf("    --disable-cache                      Disable caching and cache checks for hash sums of scanned files.\n");
292 293
     mprintf("\n");
293 294
     mprintf("(*) Default scan settings\n");
294 295
     mprintf("(**) Certain files (e.g. documents, archives, etc.) may in turn contain other\n");
... ...
@@ -234,6 +234,9 @@ This option disables the submission of PE section data. (Default: submitting of
234 234
 .TP
235 235
 \fB\-\-stats\-timeout=#n\fR
236 236
 This option sets the timeout in seconds to wait for communication back from the stats server. (Default: 10).
237
+.TP
238
+\fB\-\-disable\-cache\fR
239
+Disable caching and cache checks for hash sums of scanned files.
237 240
 .SH "EXAMPLES"
238 241
 .LP 
239 242
 .TP