Skip to content

Commit

Permalink
fixup! missed some more:
Browse files Browse the repository at this point in the history
- [flags] in generate-kube
- optional [IMAGE] in images

Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed Feb 27, 2019
1 parent 69808ff commit 7a66ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/podman/generate_kube.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var (
containerKubeCommand cliconfig.GenerateKubeValues
containerKubeDescription = "Generate Kubernetes Pod YAML"
_containerKubeCommand = &cobra.Command{
Use: "kube CONTAINER | POD",
Use: "kube [flags] CONTAINER | POD",
Short: "Generate Kubernetes pod YAML for a container or pod",
Long: containerKubeDescription,
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down
2 changes: 1 addition & 1 deletion cmd/podman/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ var (
imagesDescription = "lists locally stored images."

_imagesCommand = cobra.Command{
Use: "images",
Use: "images [flags] [IMAGE]",
Short: "List images in local storage",
Long: imagesDescription,
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 7a66ad7

Please sign in to comment.