Skip to content

Commit

Permalink
Merge pull request #134 from Mashimiao/tfix-usage-of-validate
Browse files Browse the repository at this point in the history
tfix: usage of validate and generate
  • Loading branch information
Mrunal Patel authored Jul 15, 2016
2 parents c430109 + 64decf7 commit 1c9c098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ var (

var generateCommand = cli.Command{
Name: "generate",
Usage: "generate a OCI spec file",
Usage: "generate an OCI spec file",
Flags: generateFlags,
Before: before,
Action: func(context *cli.Context) error {
Expand Down
2 changes: 1 addition & 1 deletion validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var (

var bundleValidateCommand = cli.Command{
Name: "validate",
Usage: "validate a OCI bundle",
Usage: "validate an OCI bundle",
Flags: bundleValidateFlags,
Before: before,
Action: func(context *cli.Context) error {
Expand Down

0 comments on commit 1c9c098

Please sign in to comment.