summaryrefslogtreecommitdiff
path: root/cmd/podman/generate
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2021-09-28 14:51:51 +0200
committerValentin Rothberg <rothberg@redhat.com>2021-09-28 14:53:03 +0200
commitd14f66972a8bb22c17571c1a75ff187bf35a644d (patch)
treec736e1119ca3ca8a774354d1b5976040a5f5fde7 /cmd/podman/generate
parent340166876eab09d3e363647213f162864a95d270 (diff)
downloadpodman-d14f66972a8bb22c17571c1a75ff187bf35a644d.tar.gz
podman-d14f66972a8bb22c17571c1a75ff187bf35a644d.tar.bz2
podman-d14f66972a8bb22c17571c1a75ff187bf35a644d.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/generate')
-rw-r--r--cmd/podman/generate/generate.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/generate/generate.go b/cmd/podman/generate/generate.go
index 6b48a342e..a42aa9f21 100644
--- a/cmd/podman/generate/generate.go
+++ b/cmd/podman/generate/generate.go
@@ -11,7 +11,7 @@ var (
// Command: podman _generate_
generateCmd = &cobra.Command{
Use: "generate",
- Short: "Generate structured data based on containers, pods or volumes.",
+ Short: "Generate structured data based on containers, pods or volumes",
Long: "Generate structured data (e.g., Kubernetes YAML or systemd units) based on containers, pods or volumes.",
RunE: validate.SubCommandExists,
}