From a1ce533207b9e0b1cb5bbee91d820ebc3c8d2b13 Mon Sep 17 00:00:00 2001 From: Ryan Sanford Date: Fri, 10 Mar 2017 13:56:24 -0600 Subject: [PATCH] Update tail docs to match built-in docs (#2253) Default value for tail helps me remember it's not a switch, but requires a value. This change makes it match the built-in docs. --- compose/reference/logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/reference/logs.md b/compose/reference/logs.md index 297ff334e4..f74c123f5b 100644 --- a/compose/reference/logs.md +++ b/compose/reference/logs.md @@ -12,7 +12,7 @@ Options: --no-color Produce monochrome output. -f, --follow Follow log output -t, --timestamps Show timestamps ---tail Number of lines to show from the end of the logs +--tail="all" Number of lines to show from the end of the logs for each container. ```