mirror of https://github.com/knative/func.git
typo in run cmd (#2168)
This commit is contained in:
parent
acee46ac4f
commit
d2fb76c39d
|
@ -36,7 +36,7 @@ DESCRIPTION
|
||||||
Values provided for flags are not persisted to the function's metadata.
|
Values provided for flags are not persisted to the function's metadata.
|
||||||
|
|
||||||
Containerized Runs
|
Containerized Runs
|
||||||
The --container flag indicates that the function's container shuould be
|
The --container flag indicates that the function's container should be
|
||||||
run rather than running the source code directly. This may require that
|
run rather than running the source code directly. This may require that
|
||||||
the function's container first be rebuilt. Building the container on or
|
the function's container first be rebuilt. Building the container on or
|
||||||
off can be altered using the --build flag. The default value --build=auto
|
off can be altered using the --build flag. The default value --build=auto
|
||||||
|
|
Loading…
Reference in New Issue