mirror of
https://github.com/docker/compose.git
synced 2026-09-01 07:11:06 +00:00
docs: unify no trailing dots in docstrings and help (#11301)
This commit is contained in:
parent
aa56ab3e71
commit
e330f5905b
75 changed files with 359 additions and 362 deletions
|
|
@ -1,6 +1,6 @@
|
|||
command: docker compose ls
|
||||
short: List running compose projects
|
||||
long: Lists running Compose projects.
|
||||
long: Lists running Compose projects
|
||||
usage: docker compose ls [OPTIONS]
|
||||
pname: docker compose
|
||||
plink: docker_compose.yaml
|
||||
|
|
@ -18,7 +18,7 @@ options:
|
|||
swarm: false
|
||||
- option: filter
|
||||
value_type: filter
|
||||
description: Filter output based on conditions provided.
|
||||
description: Filter output based on conditions provided
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
|
|
@ -28,7 +28,7 @@ options:
|
|||
- option: format
|
||||
value_type: string
|
||||
default_value: table
|
||||
description: 'Format the output. Values: [table | json].'
|
||||
description: 'Format the output. Values: [table | json]'
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
|
|
@ -39,7 +39,7 @@ options:
|
|||
shorthand: q
|
||||
value_type: bool
|
||||
default_value: "false"
|
||||
description: Only display IDs.
|
||||
description: Only display IDs
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue