Correct the discription of dist get
.
BugFix #664 Signed-off-by: Kunal Kushwaha <kushwaha_kunal_v7@lab.ntt.co.jp>
This commit is contained in:
parent
f108e08703
commit
57e190907f
4
cmd/dist/get.go
vendored
4
cmd/dist/get.go
vendored
@ -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 (
|
||||||
|
Loading…
Reference in New Issue
Block a user