Skip to content

Fix bug where time window was displayed twice in command-line scripts; fixes #27

This MR fixes the double displaying of time windows when running --help in the command-line scripts. This now looks like:

-w t t, --window t t  Time window [tl, th] seconds to search around event time (required with th > th)

Merge request reports