mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
[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>
This commit is contained in:
@ -11,7 +11,7 @@ var (
|
|||||||
// Command: podman _generate_
|
// Command: podman _generate_
|
||||||
generateCmd = &cobra.Command{
|
generateCmd = &cobra.Command{
|
||||||
Use: "generate",
|
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.",
|
Long: "Generate structured data (e.g., Kubernetes YAML or systemd units) based on containers, pods or volumes.",
|
||||||
RunE: validate.SubCommandExists,
|
RunE: validate.SubCommandExists,
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@ var (
|
|||||||
// Command: podman _play_
|
// Command: podman _play_
|
||||||
playCmd = &cobra.Command{
|
playCmd = &cobra.Command{
|
||||||
Use: "play",
|
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.",
|
Long: "Play structured data (e.g., Kubernetes YAML) based on containers, pods or volumes.",
|
||||||
RunE: validate.SubCommandExists,
|
RunE: validate.SubCommandExists,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user