Skip to content

Commit

Permalink
Update help message2
Browse files Browse the repository at this point in the history
Change-Id: I1ba13d182364d814914d2ed4ef7752af0891c9e2
  • Loading branch information
laurentiu-erhan-arm committed Oct 24, 2023
1 parent 092e96e commit 41d0698
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions tools/convert/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,12 @@ static void PrintUsage(const char* exe_name)
GFXRECON_WRITE_CONSOLE(
" --file-per-frame\tCreates a new file for every frame processed. Frame number is added as a suffix");
GFXRECON_WRITE_CONSOLE(" \tto the output file name.");
GFXRECON_WRITE_CONSOLE(" --frame-range\t\tFrame ranges to be converted. In order to retrieve Trim Trace State, "
"frame 0 has to be in frame range.");
GFXRECON_WRITE_CONSOLE(
" \tFrame ranges should be specified in ascending order and cannot overlap."
" Example: 0-5,15,20,25-50,51.");
GFXRECON_WRITE_CONSOLE(" --frame-range <N1[-N2][,...]>");
GFXRECON_WRITE_CONSOLE(" \tFrame ranges to be converted. In order to retrieve trim trace state,"
" frame 0 has to be in frame range.");
GFXRECON_WRITE_CONSOLE(" \tFrame ranges should be specified in ascending order and cannot "
"overlap. Frame numbering is zero-indexed and inclusive.");
GFXRECON_WRITE_CONSOLE(" \tExample: 0-2,5,8-10 will generate data for 7 frames.");

#if defined(WIN32) && defined(_DEBUG)
GFXRECON_WRITE_CONSOLE(" --no-debug-popup\tDisable the 'Abort, Retry, Ignore' message box");
Expand Down

0 comments on commit 41d0698

Please sign in to comment.