Skip to content

Commit a1ce533

Browse files
ryansanfordjohndmulhausen
authored andcommitted
Update tail docs to match built-in docs (docker#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.
1 parent e9bfb46 commit a1ce533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/reference/logs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Options:
1212
--no-color Produce monochrome output.
1313
-f, --follow Follow log output
1414
-t, --timestamps Show timestamps
15-
--tail Number of lines to show from the end of the logs
15+
--tail="all" Number of lines to show from the end of the logs
1616
for each container.
1717
```
1818

0 commit comments

Comments
 (0)