Skip to content

Commit d878718

Browse files
committed
Fix ref option in README
1 parent 93db3b1 commit d878718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)