Skip to content

Commit

Permalink
Update help of xtest --stats
Browse files Browse the repository at this point in the history
The command 'xtest --stats --time' is not documented in the usage
 description
  • Loading branch information
JJayat committed Oct 16, 2023
1 parent 1c3d6be commit bc23a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions host/xtest/stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ static int usage(void)
fprintf(stderr, " --alloc Print allocation statistics\n");
fprintf(stderr, " --memleak Dump memory leak data on secure console\n");
fprintf(stderr, " --ta Print loaded TAs context\n");
fprintf(stderr, " --time Print system time\n");

return EXIT_FAILURE;
}
Expand Down

0 comments on commit bc23a83

Please sign in to comment.