Skip to content

Commit

Permalink
Fix a command in Pulsar Function overview Document (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
yumochiz authored and merlimat committed Jul 12, 2018
1 parent 15e4d3d commit bf906d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/latest/functions/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class RoutingFunction(Function):
Pulsar Functions are managed using the [`pulsar-admin`](../../reference/CliTools#pulsar-admin) CLI tool (in particular the [`functions`](../../reference/CliTools#pulsar-admin-functions) command). Here's an example command that would run a function in [local run mode](#local-run):

```bash
$ bin/pulsar-functions localrun \
$ bin/pulsar-admin functions localrun \
--inputs persistent://public/default/test_src \
--output persistent://public/default/test_result \
--jar examples/api-examples.jar \
Expand Down

0 comments on commit bf906d1

Please sign in to comment.