Skip to content

Commit

Permalink
apps/Radx/RadxMon - fixing type in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed Mar 30, 2024
1 parent 03f1e04 commit dc97941
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion codebase/apps/Radx/src/RadxMon/Args.cc
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ void Args::_usage(string &prog_name, ostream &out)
<< " [-start] Seek to start of FMQ\n"
<< " If not set, reading begins at the end of the FMQ.\n"
<< " [-summary] scrolling summary\n"
<< " [--summary_header_interval ?] header print interval (lines)\n"
<< " [-summary_header_interval ?] header print interval (lines)\n"
<< " in summary mode\n"
<< " [-output_tcp_port ?] specify port for data output\n"
<< " Port on which to listen for clients.\n"
Expand Down
Loading

0 comments on commit dc97941

Please sign in to comment.