Skip to content

Commit 3b62922

Browse files
committed
Fix ref option in README
Signed-off-by: Ark <[email protected]>
1 parent 93db3b1 commit 3b62922

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ More information about `oci-image-tool-create` can be found in its [man page](./
3737

3838
```
3939
$ mkdir busybox-bundle
40-
$ oci-image-tool create --ref latest busybox-oci busybox-bundle
40+
$ oci-image-tool create --ref name=latest busybox-oci busybox-bundle
4141
$ cd busybox-bundle && sudo runc run busybox
4242
```
4343

@@ -46,7 +46,7 @@ $ cd busybox-bundle && sudo runc run busybox
4646
More information about `oci-image-tool-validate` can be found in its [man page](./man/oci-image-tool-validate.1.md)
4747

4848
```
49-
$ oci-image-tool validate --type imageLayout --ref latest busybox-oci
49+
$ oci-image-tool validate --type imageLayout --ref name=latest busybox-oci
5050
busybox-oci: OK
5151
```
5252

@@ -56,7 +56,7 @@ More information about `oci-image-tool-unpack` can be found in its [man page](./
5656

5757
```
5858
$ mkdir busybox-bundle
59-
$ oci-image-tool unpack --ref latest busybox-oci busybox-bundle
59+
$ oci-image-tool unpack --ref name=latest busybox-oci busybox-bundle
6060
$ tree busybox-bundle
6161
busybox-bundle
6262
├── bin

0 commit comments

Comments
 (0)