Skip to content

Commit 1c9c098

Browse files
author
Mrunal Patel
authored
Merge pull request #134 from Mashimiao/tfix-usage-of-validate
tfix: usage of validate and generate
2 parents c430109 + 64decf7 commit 1c9c098

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ var (
8484

8585
var generateCommand = cli.Command{
8686
Name: "generate",
87-
Usage: "generate a OCI spec file",
87+
Usage: "generate an OCI spec file",
8888
Flags: generateFlags,
8989
Before: before,
9090
Action: func(context *cli.Context) error {

validate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var (
5050

5151
var bundleValidateCommand = cli.Command{
5252
Name: "validate",
53-
Usage: "validate a OCI bundle",
53+
Usage: "validate an OCI bundle",
5454
Flags: bundleValidateFlags,
5555
Before: before,
5656
Action: func(context *cli.Context) error {

0 commit comments

Comments
 (0)