Skip to content

Commit c3398f9

Browse files
committed
Update command-reference.md
Signed-off-by: Joe Bowbeer <[email protected]>
1 parent 5ba4c88 commit c3398f9

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
@@ -203,7 +203,7 @@ The `crossplane` CLI supports building
203203

204204
| Short flag | Long flag | Description |
205205
| ------------ | ------------- | ------------------------------ |
206-
| | `--embed-runtime-image-name=NAME` | The image name and tag of an image to include in the package. Only for provider and function packages. |
206+
| | `--embed-runtime-image=NAME` | The image name and tag of an image to include in the package. Only for provider and function packages. |
207207
| | `--embed-runtime-image-tarball=PATH` | The filename of an image to include in the package. Only for provider and function packages. |
208208
| `-e` | `--examples-root="./examples"` | The path to a directory of examples related to the package. |
209209
| | `--ignore=PATH,...` | List of files and directories to ignore. |
@@ -245,11 +245,11 @@ Include YAML files demonstrating how to use the package with `--examples-root`.
245245
Functions and Providers require YAML files describing their dependencies and
246246
settings as well as a container image for their runtime.
247247

248-
Using `--embed-runtime-image-name` runs a specified image and
248+
Using `--embed-runtime-image` runs a specified image and
249249
includes the image inside the function or provider package.
250250

251251
{{<hint "note" >}}
252-
Images referenced with `--embed-runtime-image-name` must be in the local Docker
252+
Images referenced with `--embed-runtime-image` must be in the local Docker
253253
cache.
254254

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

0 commit comments

Comments
 (0)