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.
This commit is contained in:
Ryan Sanford
2017-03-10 13:56:24 -06:00
committed by John Mulhausen
parent e9bfb46e43
commit a1ce533207

View File

@@ -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.
```