From 57e190907fd8d359dbe62976e63ea26dca2ae556 Mon Sep 17 00:00:00 2001 From: Kunal Kushwaha Date: Wed, 12 Apr 2017 10:47:54 +0900 Subject: [PATCH] Correct the discription of `dist get`. BugFix #664 Signed-off-by: Kunal Kushwaha --- cmd/dist/get.go | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/cmd/dist/get.go b/cmd/dist/get.go index aef31e1ba..590b15e53 100644 --- a/cmd/dist/get.go +++ b/cmd/dist/get.go @@ -11,13 +11,11 @@ import ( ) var getCommand = cli.Command{ - Name: "get", - Usage: "get the data for an object", - ArgsUsage: "[flags] [, ...]", - Description: `Display the paths to one or more blobs. - -Output paths can be used to directly access blobs on disk.`, - Flags: []cli.Flag{}, + Name: "get", + Usage: "get the data for an object", + ArgsUsage: "[flags] [, ...]", + Description: "Display the image object.", + Flags: []cli.Flag{}, Action: func(context *cli.Context) error { var ( ctx = background