Skip to content

Commit

Permalink
Merge pull request #1515 from pouchrobot/auto-doc-2018-06-13
Browse files Browse the repository at this point in the history
docs: auto generate pouch cli/api docs via code
  • Loading branch information
allencloud committed Jun 13, 2018
2 parents 578caa9 + e1f70b7 commit 3f0c62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/commandline/pouch_logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ pouch logs [OPTIONS] CONTAINER
### Options

```
--details Show extra provided to logs
-f, --follow Follow log output
-h, --help help for logs
--since string Show logs since timestamp
--since string Show logs since timestamp (e.g. 2013-01-02T13:23:37) or relative (e.g. 42m for 42 minutes)
--tail string Number of lines to show from the end of the logs default "all" (default "all")
-t, --timestamps Show timestamps
--until string Show logs before timestamp (e.g. 2013-01-02T13:23:37) or relative (e.g. 42m for 42 minutes)
```

### Options inherited from parent commands
Expand Down

0 comments on commit 3f0c62f

Please sign in to comment.