Skip to content

Commit 7edaf6f

Browse files
committed
Fix ref option in README
1 parent d878718 commit 7edaf6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)