File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ var createCommand = cli.Command{
8181 cli.StringFlag {
8282 Name : "type" ,
8383 Usage : fmt .Sprintf (
84- `Type of the file to unpack. If unset, oci-image-tool-validate will try to auto-detect the type. One of "%s".` ,
84+ `Type of the file to unpack. If unset, oci-image-tool will try to auto-detect the type. One of "%s".` ,
8585 strings .Join (bundleTypes , "," ),
8686 ),
8787 },
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ var unpackCommand = cli.Command{
7777 cli.StringFlag {
7878 Name : "type" ,
7979 Usage : fmt .Sprintf (
80- `Type of the file to unpack. If unset, oci-image-tool-validate will try to auto-detect the type. One of "%s".` ,
80+ `Type of the file to unpack. If unset, oci-image-tool will try to auto-detect the type. One of "%s".` ,
8181 strings .Join (unpackTypes , "," ),
8282 ),
8383 },
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ var validateCommand = cli.Command{
134134 cli.StringFlag {
135135 Name : "type" ,
136136 Usage : fmt .Sprintf (
137- `Type of the file to validate. If unset, oci-image-tool-validate will try to auto-detect the type. One of "%s".` ,
137+ `Type of the file to validate. If unset, oci-image-tool will try to auto-detect the type. One of "%s".` ,
138138 strings .Join (validateTypes , "," ),
139139 ),
140140 },
You can’t perform that action at this time.
0 commit comments