Add -t, --timestamps flag as option on logs.
Signed-off-by: Stéphane Seguin <stephseguin93@gmail.com>
This commit is contained in:
parent
82632098a3
commit
d9b4286f91
4 changed files with 28 additions and 11 deletions
|
|
@ -15,8 +15,9 @@ parent = "smn_compose_cli"
|
|||
Usage: logs [options] [SERVICE...]
|
||||
|
||||
Options:
|
||||
--no-color Produce monochrome output.
|
||||
-f, --follow Follow log output
|
||||
--no-color Produce monochrome output.
|
||||
-f, --follow Follow log output
|
||||
-t, --timestamps Show timestamps
|
||||
```
|
||||
|
||||
Displays log output from services.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue