Skip to content

Commit

Permalink
Improve help string
Browse files Browse the repository at this point in the history
  • Loading branch information
titodalcanton committed Aug 1, 2024
1 parent 43c7a18 commit fb11257
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/pycbc_live
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,8 @@ parser.add_argument('--psd-variation', action='store_true',
"the search. Required when using a single detector "
"ranking statistic that includes psd variation.")
parser.add_argument("--statistic-refresh-rate", type=float,
help="How often to refresh the statistic object")
help="How often to refresh the statistic object, "
"in seconds. If omitted, no refreshing is done.")

scheme.insert_processing_option_group(parser)
LiveSingle.insert_args(parser)
Expand Down

0 comments on commit fb11257

Please sign in to comment.