diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-09-28 14:51:51 +0200 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2021-09-29 16:39:29 -0400 |
commit | a1199dbaf1e42de665a8fc40ba0dd17d21f05ab7 (patch) | |
tree | 81f4c29849d765b53966a13401bf8b7fbb28bf2f /cmd/podman/play/play.go | |
parent | ddc2b9bbef9480f7e9e1f2d12ec4c9d46d52ffaa (diff) | |
download | podman-a1199dbaf1e42de665a8fc40ba0dd17d21f05ab7.tar.gz podman-a1199dbaf1e42de665a8fc40ba0dd17d21f05ab7.tar.bz2 podman-a1199dbaf1e42de665a8fc40ba0dd17d21f05ab7.zip |
[CI:DOCS] cmd/podman: no dot for short descriptions
Remove trailing dots in the short descriptions for the sake of
consistency. Noticed while parsing `podman help`.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'cmd/podman/play/play.go')
-rw-r--r-- | cmd/podman/play/play.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/play/play.go b/cmd/podman/play/play.go index f121d6a2d..d676bd701 100644 --- a/cmd/podman/play/play.go +++ b/cmd/podman/play/play.go @@ -10,7 +10,7 @@ var ( // Command: podman _play_ playCmd = &cobra.Command{ Use: "play", - Short: "Play containers, pods or volumes from a structured file.", + Short: "Play containers, pods or volumes from a structured file", Long: "Play structured data (e.g., Kubernetes YAML) based on containers, pods or volumes.", RunE: validate.SubCommandExists, } |