From 58a74fa3f65bbcdcb4d38bce86a8b9c6fbcd599c Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 18 Jun 2025 19:02:22 -0600 Subject: [PATCH] docs: rdr: fix help message --- docs/chapters/subcommands/rdr.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/chapters/subcommands/rdr.rst b/docs/chapters/subcommands/rdr.rst index f2527bf4..ea1d15cb 100644 --- a/docs/chapters/subcommands/rdr.rst +++ b/docs/chapters/subcommands/rdr.rst @@ -34,10 +34,10 @@ The ``rdr`` command includes 4 additional options: .. code-block:: shell - -i | --interface [interface] Set the interface to create the rdr rule on. Useful if you have multiple interfaces. - -s | --source [source] Limit rdr to a source IP or table. Useful to only allow access from certain sources. - -d | --destination [destination] Limit rdr to a destination IP. Useful if you have multiple IPs on one interface. - -t | --type [ipv4|ipv6] Specify IP type. Must be used if -s or -d are used. Defaults to both. + -d | --destination [destination] Limit rdr to a destination IP. Useful if you have multiple IPs on one interface. + -i | --interface [interface] Set the interface to create the rdr rule on. Useful if you have multiple interfaces. + -s | --source [source] Limit rdr to a source IP or table. Useful to only allow access from certain sources. + -t | --type [ipv4|ipv6] Specify IP type. Must be used if -s or -d are used. Defaults to both. .. code-block:: shell @@ -78,8 +78,8 @@ name instead of an IP address or subnet. Options: + -d | --destination [destination] Limit rdr to a destination IP. Useful if you have multiple IPs on one interface. -i | --interface [interface] Set the interface to create the rdr rule on. Useful if you have multiple interfaces. -s | --source [source] Limit rdr to a source IP or table. Useful to only allow access from certain sources. - -d | --destination [destination] Limit rdr to a destination IP. Useful if you have multiple IPs on one interface. -t | --type [ipv4|ipv6] Specify IP type. Must be used if -s or -d are used. Defaults to both. -x | --debug Enable debug mode.