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:
@ -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
|
||||
```
|
||||
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user