dftest: Add wslog usage

This commit is contained in:
João Valverde 2023-01-09 03:12:49 +00:00
parent 067bf04446
commit 65ce33b5d7
1 changed files with 2 additions and 0 deletions

View File

@ -105,6 +105,8 @@ print_usage(int status)
fprintf(fp, " -0, --optimize=0 do not optimize (check syntax)\n");
fprintf(fp, " -h, --help display this help and exit\n");
fprintf(fp, " -v, --version print version\n");
fprintf(fp, "\n");
ws_log_print_usage(fp);
exit(status);
}