summaryrefslogtreecommitdiff
path: root/cmd/podman/images.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-27 23:11:37 +0100
committerGitHub <noreply@github.com>2019-02-27 23:11:37 +0100
commit8d120bab839fccc7499353d4d6babdfc4ae3a82e (patch)
treeac6fb4bbb5e58245c4c65d815d2f15529c3affb9 /cmd/podman/images.go
parent4e553cfd468c06ae45a88c51c57137dc4607ffe4 (diff)
parent2c0909bccc3648bf40be32232998a87b3a166f1d (diff)
downloadpodman-8d120bab839fccc7499353d4d6babdfc4ae3a82e.tar.gz
podman-8d120bab839fccc7499353d4d6babdfc4ae3a82e.tar.bz2
podman-8d120bab839fccc7499353d4d6babdfc4ae3a82e.zip
Merge pull request #2463 from edsantiago/missed_some_synopses
Followup to #2456: update examples, add trust
Diffstat (limited to 'cmd/podman/images.go')
-rw-r--r--cmd/podman/images.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/images.go b/cmd/podman/images.go
index c7f80c34a..e6f4d9a60 100644
--- a/cmd/podman/images.go
+++ b/cmd/podman/images.go
@@ -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 {