summaryrefslogtreecommitdiff
path: root/cmd/podman
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-11-24 20:58:53 +0100
committerGitHub <noreply@github.com>2020-11-24 20:58:53 +0100
commitd4083954f26761b66f9165e40b08d1e6fe989c1c (patch)
tree3d5ad9c84a514790d95c3505026ac02d4cc8b53a /cmd/podman
parentd752f7e4643d11764f88015e00aadb87825af844 (diff)
parent05f7c95568853bb76b7c74899ceff4d0a871062c (diff)
downloadpodman-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/podman')
-rw-r--r--cmd/podman/images/load.go2
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),