Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 32a3c73

Browse files
authored
Merge pull request #217 from hyperhq/update-hyper-help
Update load description in hyper-help
2 parents 5473ab1 + 60e2e8b commit 32a3c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var dockerCommands = []Command{
4242
{"info", "Display system-wide information"},
4343
{"inspect", "Return low-level information on a container or image"},
4444
{"kill", "Kill a running container"},
45-
{"load", "Load an image from a tar archive"},
45+
{"load", "Load a local image or a tar file"},
4646
{"login", "Register or log in to a Docker registry"},
4747
{"logout", "Log out from a Docker registry"},
4848
{"logs", "Fetch the logs of a container"},

0 commit comments

Comments
 (0)