Codebase list tlsh / 2ecbb28
Fixed spelling of maximum in help output. Vic Hargrave 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
503503 printf(" -xlen: Passed as the len_diff parameter to Tlsh::totalDiff(). If not specified, len_diff will be true, else false. Determines if the lengths\n");
504504 printf(" of the compared files is to be included in determining the distance. See tlsh.h for details.\n");
505505 printf(" -details: Results in extra detailed output.\n");
506 printf(" -T threshold_value: Used only during comparisons (-c file|digset or -xref). Specifies the maximun distance that a comparison must\n");
506 printf(" -T threshold_value: Used only during comparisons (-c file|digset or -xref). Specifies the maximum distance that a comparison must\n");
507507 printf(" generate before it is reported. (defaults to %d)\n", DEFAULT_THRESHOLD);
508508 printf("\n");
509509 printf("Example usages:\n");