diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-11-24 20:58:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-24 20:58:53 +0100 |
commit | d4083954f26761b66f9165e40b08d1e6fe989c1c (patch) | |
tree | 3d5ad9c84a514790d95c3505026ac02d4cc8b53a /cmd | |
parent | d752f7e4643d11764f88015e00aadb87825af844 (diff) | |
parent | 05f7c95568853bb76b7c74899ceff4d0a871062c (diff) | |
download | podman-d4083954f26761b66f9165e40b08d1e6fe989c1c.tar.gz podman-d4083954f26761b66f9165e40b08d1e6fe989c1c.tar.bz2 podman-d4083954f26761b66f9165e40b08d1e6fe989c1c.zip |
Merge pull request #8459 from QiWang19/doc-save
[CI:DOCS] fix misleading save/load usage
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/podman/images/load.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/images/load.go b/cmd/podman/images/load.go index a7884f4c5..a24f46781 100644 --- a/cmd/podman/images/load.go +++ b/cmd/podman/images/load.go @@ -23,7 +23,7 @@ var ( loadDescription = "Loads an image from a locally stored archive (tar file) into container storage." loadCommand = &cobra.Command{ Use: "load [options] [NAME[:TAG]]", - Short: "Load an image from container archive", + Short: "Load image(s) from a tar archive", Long: loadDescription, RunE: load, Args: cobra.MaximumNArgs(1), |