Fix 'help compile' to mention '-d redhat'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3611 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2006-03-01 17:39:58 +00:00
parent 37cec67ff9
commit 9e3b8d446a

View File

@ -103,12 +103,17 @@ compile)
where it is to be run.
When -d <distribution> is given, the script is built for execution
on the distribution specified by <distro>. Currently, 'suse' is the
only valid <distro>. Usually specified together with -e.
on the distribution specified by <distro>. Currently supported
distributions are:
suse
redhat (which is also appropriate for Fedora Core and CentOS).
Usually specified together with -e.
Example:
shorewall compile -ed suse foo
shorewall compile -ed redhat foo
Additional distributions are expected to be supported shortly."
;;