Update jobstatus.pm

This commit is contained in:
Lucie Dubrunfaut 2025-03-06 16:16:56 +01:00 committed by GitHub
parent c254a23f77
commit 8d31aa49a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -310,11 +310,11 @@ Filter job type (can be a regexp).
=item B<--filter-start-time>
Filter job with start time greater than current time less value in seconds.
Tolerance value in seconds, to avoid skipping jobs whose start time is earlier than the current time.
=item B<--filter-end-time>
Filter job with end time greater than current time less value in seconds (default: 86400).
Tolerance value in seconds, to avoid skipping jobs whose end time is earlier than the current time (default: 86400).
=item B<--ok-status>