Merge pull request #11765 from vrothberg/no-dot

[CI:DOCS] cmd/podman: no dot for short descriptions
This commit is contained in:
OpenShift Merge Robot
2021-09-28 09:04:14 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

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

View File

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