Skip to content

Commit e2bd88d

Browse files
authored
Update command-reference.md (#950)
1 parent 5c5628d commit e2bd88d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/master/cli/command-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The `crossplane` CLI supports building
214214

215215
| Short flag | Long flag | Description |
216216
| ------------ | ------------- | ------------------------------ |
217-
| | `--embed-runtime-image-name=NAME` | The image name and tag of an image to include in the package. Only for provider and function packages. |
217+
| | `--embed-runtime-image=NAME` | The image name and tag of an image to include in the package. Only for provider and function packages. |
218218
| | `--embed-runtime-image-tarball=PATH` | The filename of an image to include in the package. Only for provider and function packages. |
219219
| `-e` | `--examples-root="./examples"` | The path to a directory of examples related to the package. |
220220
| | `--ignore=PATH,...` | List of files and directories to ignore. |
@@ -256,11 +256,11 @@ Include YAML files demonstrating how to use the package with `--examples-root`.
256256
Functions and Providers require YAML files describing their dependencies and
257257
settings and a container image for their runtime.
258258

259-
Using `--embed-runtime-image-name` runs a specified image and
259+
Using `--embed-runtime-image` runs a specified image and
260260
includes the image inside the function or provider package.
261261

262262
{{<hint "note" >}}
263-
Images referenced with `--embed-runtime-image-name` must be in the local Docker
263+
Images referenced with `--embed-runtime-image` must be in the local Docker
264264
cache.
265265

266266
Use `docker pull` to download a missing image.

0 commit comments

Comments
 (0)