1
0
mirror of https://github.com/docker/cli.git synced 2025-07-30 17:03:07 +03:00

Merge pull request #2646 from horpto/patch-1

Add shorthand for --tail option
This commit is contained in:
Sebastiaan van Stijn
2020-08-17 17:19:03 +02:00
committed by GitHub
7 changed files with 13 additions and 13 deletions

View File

@ -17,7 +17,7 @@ Options:
--help Print usage
--since string Show logs since timestamp (e.g. 2013-01-02T13:23:37Z) or relative (e.g. 42m for 42 minutes)
--until string Show logs before timestamp (e.g. 2013-01-02T13:23:37Z) or relative (e.g. 42m for 42 minutes)
--tail string Number of lines to show from the end of the logs (default "all")
-n, --tail string Number of lines to show from the end of the logs (default "all")
-t, --timestamps Show timestamps
```

View File

@ -18,7 +18,7 @@ Options:
--no-task-ids Do not include task IDs in output
--no-trunc Do not truncate output
--since string Show logs since timestamp
--tail string Number of lines to show from the end of the logs (default "all")
-n, --tail string Number of lines to show from the end of the logs (default "all")
-t, --timestamps Show timestamps
```