Skip to content

Commit

Permalink
fix typo in examples/README.md (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB authored and alexmt committed Oct 10, 2018
1 parent 9c5e056 commit 3f2e986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ argo submit arguments-parameters.yaml -p message="goodbye world"

Command line parameters can also be used to override the default entrypoint and invoke any template in the workflow spec. For example, if you add a new version of the `whalesay` template called `whalesay-caps` but you don't want to change the default entrypoint, you can invoke this from the command line as follows.
```sh
argo submit arguments-parameters.yaml --entrypoint whalesay2
argo submit arguments-parameters.yaml --entrypoint whalesay-caps
```

By using a combination of the `--entrypoint` and `-p` parameters, you can invoke any template in the workflow spec with any parameter that you like.
Expand Down

0 comments on commit 3f2e986

Please sign in to comment.