Add tool info function.

This commit is contained in:
Christian Deacon
2025-02-26 11:57:48 -05:00
parent 24db0f6bda
commit b3a9693d80
3 changed files with 25 additions and 1 deletions

View File

@@ -59,6 +59,12 @@ int main(int argc, char *argv[])
return EXIT_SUCCESS;
}
// Print tool info.
if (cfg.verbose > 0)
{
PrintToolInfo();
}
LogMsg(&cfg, 2, 0, "Raising RLimit...");
// Raise RLimit.