docs: fix typos in CLI doc, add-froard not add-forwards
This commit is contained in:
parent
1d2aa1c8c1
commit
25dc4ab14f
|
@ -227,7 +227,7 @@ topic: topic2/#
|
||||||
Add a forwarding topic for the specified bridge
|
Add a forwarding topic for the specified bridge
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
$ ./bin/emqx_ctl bridges add-forwards emqx topic3/#
|
$ ./bin/emqx_ctl bridges add-forward emqx topic3/#
|
||||||
Add-forward topic successfully.
|
Add-forward topic successfully.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -235,7 +235,7 @@ Delete the forwarding topic for the specified bridge
|
||||||
|
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
$ ./bin/emqx_ctl bridges del-forwards emqx topic3/#
|
$ ./bin/emqx_ctl bridges del-forward emqx topic3/#
|
||||||
Del-forward topic successfully.
|
Del-forward topic successfully.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -250,14 +250,14 @@ Add a forwarding topic for the specified bridge
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ ./bin/emqx_ctl bridges add-forwards emqx topic3/#
|
$ ./bin/emqx_ctl bridges add-forward emqx topic3/#
|
||||||
Add-forward topic successfully.
|
Add-forward topic successfully.
|
||||||
|
|
||||||
Delete the forwarding topic for the specified bridge
|
Delete the forwarding topic for the specified bridge
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ ./bin/emqx_ctl bridges del-forwards emqx topic3/#
|
$ ./bin/emqx_ctl bridges del-forward emqx topic3/#
|
||||||
Del-forward topic successfully.
|
Del-forward topic successfully.
|
||||||
|
|
||||||
List subscriptions for the specified bridge
|
List subscriptions for the specified bridge
|
||||||
|
|
Loading…
Reference in New Issue