docs: unify no trailing dots in docstrings and help (#11301)

This commit is contained in:
Piotr Dąbrowski 2024-02-14 20:02:37 +01:00 committed by GitHub
parent aa56ab3e71
commit e330f5905b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
75 changed files with 359 additions and 362 deletions

View file

@ -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