Skip to content

Commit

Permalink
Adds more description for gfxr capture frame flags
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantComm committed Dec 9, 2024
1 parent 210e7ef commit aa11dda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions capture_service/dive_client_cli.cc
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@ ABSL_FLAG(std::string,
ABSL_FLAG(int,
frame,
-1,
"specify which frame to capture with gfxr. If not specified, the default is -1.");
"specify which frame to capture with gfxr. If not specified, the default is -1. If this default value (-1) is used, the expectation is that a frame range will be specified. If neither are specified, the capture process will halt.");
ABSL_FLAG(std::string,
frame_range,
"",
"specify the range of frames to capture with gfxr. If not specified, the default is an "
"empty string.");
"empty string. If this default value is used (""), the expectation is that a specific frame number will be provided. If neither are specified, the capture process will halt.");

ABSL_FLAG(
int,
Expand Down

0 comments on commit aa11dda

Please sign in to comment.