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 create
short: Creates containers for a service.
long: Creates containers for a service.
short: Creates containers for a service
long: Creates containers for a service
usage: docker compose create [OPTIONS] [SERVICE...]
pname: docker compose
plink: docker_compose.yaml
@ -8,7 +8,7 @@ options:
- option: build
value_type: bool
default_value: "false"
description: Build images before starting containers.
description: Build images before starting containers
deprecated: false
hidden: false
experimental: false
@ -19,7 +19,7 @@ options:
value_type: bool
default_value: "false"
description: |
Recreate containers even if their configuration and image haven't changed.
Recreate containers even if their configuration and image haven't changed
deprecated: false
hidden: false
experimental: false
@ -29,7 +29,7 @@ options:
- option: no-build
value_type: bool
default_value: "false"
description: Don't build an image, even if it's policy.
description: Don't build an image, even if it's policy
deprecated: false
hidden: false
experimental: false
@ -60,7 +60,7 @@ options:
- option: remove-orphans
value_type: bool
default_value: "false"
description: Remove containers for services not defined in the Compose file.
description: Remove containers for services not defined in the Compose file
deprecated: false
hidden: false
experimental: false