Skip to content

Commit

Permalink
Per #2883, update pcp_combine usage statement in the code to be more …
Browse files Browse the repository at this point in the history
…simliar to the User's Guide.
  • Loading branch information
JohnHalleyGotway committed May 13, 2024
1 parent ccc3506 commit fbdee48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tools/core/pcp_combine/pcp_combine.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,8 @@ void usage() {
<< "of valid input files (" << input_thresh << ") (optional).\n"

<< "\t\t\"-vld_thresh\" overrides the default required ratio "
<< "of valid data (" << vld_thresh << ") (optional).\n"
<< "of valid data at each grid point (" << vld_thresh
<< ") (optional).\n"

<< "\t\t\"-log file\" write log messages to the specified file "
<< "(optional).\n"
Expand Down

0 comments on commit fbdee48

Please sign in to comment.