Skip to content

Commit 58a74fa

Browse files
docs: rdr: fix help message
1 parent 00640f2 commit 58a74fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/chapters/subcommands/rdr.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ The ``rdr`` command includes 4 additional options:
3434

3535
.. code-block:: shell
3636
37-
-i | --interface [interface] Set the interface to create the rdr rule on. Useful if you have multiple interfaces.
38-
-s | --source [source] Limit rdr to a source IP or table. Useful to only allow access from certain sources.
39-
-d | --destination [destination] Limit rdr to a destination IP. Useful if you have multiple IPs on one interface.
40-
-t | --type [ipv4|ipv6] Specify IP type. Must be used if -s or -d are used. Defaults to both.
37+
-d | --destination [destination] Limit rdr to a destination IP. Useful if you have multiple IPs on one interface.
38+
-i | --interface [interface] Set the interface to create the rdr rule on. Useful if you have multiple interfaces.
39+
-s | --source [source] Limit rdr to a source IP or table. Useful to only allow access from certain sources.
40+
-t | --type [ipv4|ipv6] Specify IP type. Must be used if -s or -d are used. Defaults to both.
4141
4242
.. code-block:: shell
4343
@@ -78,8 +78,8 @@ name instead of an IP address or subnet.
7878
7979
Options:
8080
81+
-d | --destination [destination] Limit rdr to a destination IP. Useful if you have multiple IPs on one interface.
8182
-i | --interface [interface] Set the interface to create the rdr rule on. Useful if you have multiple interfaces.
8283
-s | --source [source] Limit rdr to a source IP or table. Useful to only allow access from certain sources.
83-
-d | --destination [destination] Limit rdr to a destination IP. Useful if you have multiple IPs on one interface.
8484
-t | --type [ipv4|ipv6] Specify IP type. Must be used if -s or -d are used. Defaults to both.
8585
-x | --debug Enable debug mode.

0 commit comments

Comments
 (0)