diff --git a/docs/management/logs.md b/docs/management/logs.md
index 0dee515b..bc282bdd 100644
--- a/docs/management/logs.md
+++ b/docs/management/logs.md
@@ -32,6 +32,7 @@ Setting the retention window to a high/unlimited value will affect the performan
Option | Description |
--filter=POST | Return only the logs that match all the filters. Filters are case sensitive and non-alphanumeric terms must be inside double quotes. |
--since=20m | Return logs starting this duration ago. Values are a duration like 10m or 48h . |
+ --since=20m --no-follow | Return logs starting this duration ago, but does not continues to return realtime logs. |
You can tie all these together to generate a report from the logs from a single container over the last 2 days: