File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
oci-create-runtime-bundle Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments