Merge pull request #7498 from zmstone/0401-4.3-docs-fix-cli-example-type-add-forward-not-forwards

docs: fix typos in CLI doc, add-froard not add-forwards
This commit is contained in:
Zaiming (Stone) Shi 2022-04-04 20:09:35 +01:00 committed by GitHub
commit 4b42da53e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -227,7 +227,7 @@ topic: topic2/#
Add a forwarding topic for the specified bridge
``` bash
$ ./bin/emqx_ctl bridges add-forwards emqx topic3/#
$ ./bin/emqx_ctl bridges add-forward emqx topic3/#
Add-forward topic successfully.
```
@ -235,7 +235,7 @@ Delete the forwarding topic for the specified bridge
``` bash
$ ./bin/emqx_ctl bridges del-forwards emqx topic3/#
$ ./bin/emqx_ctl bridges del-forward emqx topic3/#
Del-forward topic successfully.
```

View File

@ -250,14 +250,14 @@ Add a forwarding topic for the specified bridge
.. code-block:: bash
$ ./bin/emqx_ctl bridges add-forwards emqx topic3/#
$ ./bin/emqx_ctl bridges add-forward emqx topic3/#
Add-forward topic successfully.
Delete the forwarding topic for the specified bridge
.. code-block:: bash
$ ./bin/emqx_ctl bridges del-forwards emqx topic3/#
$ ./bin/emqx_ctl bridges del-forward emqx topic3/#
Del-forward topic successfully.
List subscriptions for the specified bridge