diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-27 23:11:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-27 23:11:37 +0100 |
commit | 8d120bab839fccc7499353d4d6babdfc4ae3a82e (patch) | |
tree | ac6fb4bbb5e58245c4c65d815d2f15529c3affb9 /cmd/podman/images.go | |
parent | 4e553cfd468c06ae45a88c51c57137dc4607ffe4 (diff) | |
parent | 2c0909bccc3648bf40be32232998a87b3a166f1d (diff) | |
download | podman-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.go | 2 |
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 { |