From c6547e97cf684aafce6c7ba4adaad6af1ee83cae Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:26:04 -0700 Subject: [PATCH] help message docs --- docs/chapters/subcommands/rdr.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/chapters/subcommands/rdr.rst b/docs/chapters/subcommands/rdr.rst index 9febbd24..e3be96ad 100644 --- a/docs/chapters/subcommands/rdr.rst +++ b/docs/chapters/subcommands/rdr.rst @@ -17,9 +17,9 @@ specify the interface they run on in rc.conf (or other config files) Usage: bastille rdr TARGET [options(s)] [clear|list|(tcp|udp host_port jail_port [log ['(' logopts ')'] ] )] Options: - -i [interface] | -- Set the interface to create the rdr rule on. Useful if you have multiple interfaces. - -s [source ip] | -- Limit rdr to a source IP. Useful to only allow access from a certian IP or subnet. - -d [destination ip] | -- 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 ip] | -- Limit rdr to a source IP. Useful to only allow access from a certian IP or subnet. + -d | --destination [destination ip] | -- Limit rdr to a destination IP. Useful if you have multiple IPs on one interface. # bastille rdr dev1 tcp 2001 22 [jail1]: