Skip to content

Commit 5702049

Browse files
authored
Merge pull request #68 from TrumanLing/oci-xxxx
cmd: oci-image-tool->oci-xxxx
2 parents adb2798 + 415eb62 commit 5702049

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/oci-create-runtime-bundle/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func newBundleCmd(stdout, stderr *log.Logger) *cobra.Command {
7171
cmd.Flags().StringVar(
7272
&v.typ, "type", "",
7373
fmt.Sprintf(
74-
`Type of the file to unpack. If unset, oci-image-tool will try to auto-detect the type. One of "%s"`,
74+
`Type of the file to unpack. If unset, oci-create-runtime-bundle will try to auto-detect the type. One of "%s"`,
7575
strings.Join(bundleTypes, ","),
7676
),
7777
)

cmd/oci-image-validate/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func newValidateCmd(stdout, stderr *log.Logger) *cobra.Command {
7474
cmd.Flags().StringVar(
7575
&v.typ, "type", "",
7676
fmt.Sprintf(
77-
`Type of the file to validate. If unset, oci-image-tool will try to auto-detect the type. One of "%s".`,
77+
`Type of the file to validate. If unset, oci-image-validate will try to auto-detect the type. One of "%s".`,
7878
strings.Join(validateTypes, ","),
7979
),
8080
)

cmd/oci-unpack/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ func newUnpackCmd(stdout, stderr *log.Logger) *cobra.Command {
7070
cmd.Flags().StringVar(
7171
&v.typ, "type", "",
7272
fmt.Sprintf(
73-
`Type of the file to unpack. If unset, oci-image-tool will try to auto-detect the type. One of "%s"`,
73+
`Type of the file to unpack. If unset, oci-unpack will try to auto-detect the type. One of "%s"`,
7474
strings.Join(unpackTypes, ","),
7575
),
7676
)

0 commit comments

Comments
 (0)