diff --git a/website/source/docs/agent/options.html.md b/website/source/docs/agent/options.html.md
index 44529c8aa..e15f59b36 100644
--- a/website/source/docs/agent/options.html.md
+++ b/website/source/docs/agent/options.html.md
@@ -245,7 +245,7 @@ will exit with an error at startup.
* `-log-rotate-bytes` - to specify the number of bytes that should be written to a log before it needs to be rotated. Unless specified, there is no limit to the number of bytes that can be written to a log file.
-* `-log-rotate-duration` - to specify the maximum duration a log should be written to before it needs to be rotated. Unless specified, logs are rotated on a daily basis (24 hrs).
+* `-log-rotate-duration` - to specify the maximum duration a log should be written to before it needs to be rotated. Must be a duration value such as 30s. Defaults to 24h.
* `-join` - Address of another agent
to join upon starting up. This can be