make command help display consistent

Signed-off-by: Allen Sun <shlallen1990@gmail.com>
This commit is contained in:
Allen Sun
2017-09-22 15:29:09 +08:00
parent 709d34f882
commit d5b027c94b
14 changed files with 35 additions and 37 deletions

View File

@@ -22,7 +22,7 @@ import (
var (
contentCommand = cli.Command{
Name: "content",
Usage: "content management",
Usage: "manage content",
Subcommands: cli.Commands{
listContentCommand,
ingestContentCommand,
@@ -220,7 +220,7 @@ var (
labelContentCommand = cli.Command{
Name: "label",
Usage: "adds labels to content",
Usage: "add labels to content",
ArgsUsage: "[flags] <digest> [<label>=<value> ...]",
Description: `Labels blobs in the content store`,
Flags: []cli.Flag{},