This commit is contained in:
folkert van heusden 2024-04-11 22:31:40 +02:00
parent 0647819dd8
commit fca574ee23
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -278,6 +278,7 @@ void help()
printf("-L x,y set log level for screen (x) and file (y)\n"); printf("-L x,y set log level for screen (x) and file (y)\n");
printf("-X do not include timestamp in logging\n"); printf("-X do not include timestamp in logging\n");
printf("-J x run validation suite x against the CPU emulation\n"); printf("-J x run validation suite x against the CPU emulation\n");
printf("-M log metrics\n");
} }
int main(int argc, char *argv[]) int main(int argc, char *argv[])