updated documentation on '--statistics' option

remotes/push_mirror/klin/altstr-yara
Kevin Lin 11 years ago
parent e77937b4f7
commit c94a95b821
  1. 2
      clambc/bcrun.c
  2. 2
      clamscan/clamscan.c
  3. 2
      docs/man/clambc.1.in
  4. 4
      docs/man/clamscan.1.in

@ -62,7 +62,7 @@ static void help(void)
printf(" --printbcir -c Print IR of bytecode signature\n");
printf(" --trace <level> -T Set bytecode trace level 0..7 (default 7)\n");
printf(" --no-trace-showsource -s Don't show source line during tracing\n");
printf(" --bytecode-statistics Collect and print bytecode execution statistics\n");
printf(" --statistics=bytecode Collect and print bytecode execution statistics\n");
printf(" file file to test\n");
printf("\n");
return;

@ -239,7 +239,7 @@ void help(void)
mprintf(" --bytecode[=yes(*)/no] Load bytecode from the database\n");
mprintf(" --bytecode-unsigned[=yes/no(*)] Load unsigned bytecode\n");
mprintf(" --bytecode-timeout=N Set bytecode timeout (in milliseconds)\n");
mprintf(" --bytecode-statistics[=yes/no(*)] Collect and print bytecode statistics\n");
mprintf(" --statistics[=none(*)/bytecode/pcre] Collect and print execution statistics\n");
mprintf(" --detect-pua[=yes/no(*)] Detect Possibly Unwanted Applications\n");
mprintf(" --exclude-pua=CAT Skip PUA sigs of category CAT\n");
mprintf(" --include-pua=CAT Load PUA sigs of category CAT\n");

@ -39,7 +39,7 @@ Set bytecode trace level 0..7 (default 7)
\fB\-\-no\-trace\-showsource\fR
Don't show source line during tracing
.TP
\fB\-\-bytecode\-statistics\fR
\fB\-\-statistics=bytecode\fR
Collect and print bytecode execution statistics
.TP
file

@ -102,8 +102,8 @@ Allow loading bytecode from outside digitally signed .c[lv]d files.
\fB\-\-bytecode\-timeout=N\fR
Set bytecode timeout in milliseconds (default: 60000 = 60s)
.TP
\fB\-\-bytecode\-statistics[=yes/no(*)]\fR
Collect and print bytecode statistics.
\fB\-\-statistics[=none(*)/bytecode/pcre]\fR
Collect and print execution statistics.
.TP
\fB\-\-detect\-pua[=yes/no(*)]\fR
Detect Possibly Unwanted Applications.

Loading…
Cancel
Save