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 now documented in the usage
 description

Acked-by: Etienne Carriere <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
Signed-off-by: Julien Jayat <[email protected]>
  • Loading branch information
JJayat committed Oct 17, 2023
1 parent 1c3d6be commit 4a39a73
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 REE and TEE time\n");

return EXIT_FAILURE;
}
Expand Down

0 comments on commit 4a39a73

Please sign in to comment.