Skip to content
Snippets Groups Projects
Commit 21fc4d7d authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Improve documentation for --timeout due to a few misconceptions.

parent 7784c595
No related branches found
No related tags found
No related merge requests found
Pipeline #342319 passed
......@@ -370,7 +370,9 @@ def create_parser():
"--timeout",
metavar="SECONDS",
type=int,
help="Best-effort attempt at a timeout in seconds. (default: no timeout) [experimental]",
help="Best-effort attempt at a global timeout in seconds. If enabled, "
"diffoscope will not recurse into any further sub-archives after X "
"seconds of total execution time. (default: no timeout) [experimental]",
default=float("inf"),
)
group3.add_argument(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment