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

Commit 0c463f5

Browse files
committed
Merge pull request #115 from carmark/load_help
add more help message for image load
2 parents 6b1ba33 + 2a0bf8f commit 0c463f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/client/load.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
// Usage: docker load [OPTIONS]
1616
func (cli *DockerCli) CmdLoad(args ...string) error {
1717
cmd := Cli.Subcmd("load", nil, Cli.DockerCommands["load"].Description, true)
18-
infile := cmd.String([]string{"i", "-input"}, "", "Read from a remote archive file")
18+
infile := cmd.String([]string{"i", "-input"}, "", "Read from a remote archive file compressed with gzip, bzip, or xz")
1919
quiet := cmd.Bool([]string{"q", "-quiet"}, false, "Do not show load process")
2020
cmd.Require(flag.Exact, 0)
2121
cmd.ParseFlags(args, true)

0 commit comments

Comments
 (0)