Skip to content

Commit 6e5fe8e

Browse files
committed
Add timeout limit to --help text
1 parent b3d350d commit 6e5fe8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ const Command = struct {
371371
\\ Defaults to 9222
372372
\\
373373
\\--timeout Inactivity timeout in seconds before disconnecting clients
374-
\\ Defaults to 10 (seconds)
374+
\\ Defaults to 10 (seconds). Limited to 604800 (1 week).
375375
\\
376376
++ common_options ++
377377
\\

0 commit comments

Comments
 (0)