Merge pull request #721 from kunalkushwaha/bugfix-664

Correct the description of `dist get`.
This commit is contained in:
Phil Estes 2017-04-13 13:30:18 -04:00 committed by GitHub
commit b369a6bff3

4
cmd/dist/get.go vendored
View File

@ -14,9 +14,7 @@ var getCommand = cli.Command{
Name: "get", Name: "get",
Usage: "get the data for an object", Usage: "get the data for an object",
ArgsUsage: "[flags] [<digest>, ...]", ArgsUsage: "[flags] [<digest>, ...]",
Description: `Display the paths to one or more blobs. Description: "Display the image object.",
Output paths can be used to directly access blobs on disk.`,
Flags: []cli.Flag{}, Flags: []cli.Flag{},
Action: func(context *cli.Context) error { Action: func(context *cli.Context) error {
var ( var (