From 9e3b8d446a87af3f11dc60afb89cce98913788ac Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 1 Mar 2006 17:39:58 +0000 Subject: [PATCH] Fix 'help compile' to mention '-d redhat' git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3611 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/help | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Shorewall/help b/Shorewall/help index 338f83b72..ff6a3c7a3 100755 --- a/Shorewall/help +++ b/Shorewall/help @@ -103,12 +103,17 @@ compile) where it is to be run. When -d is given, the script is built for execution - on the distribution specified by . Currently, 'suse' is the - only valid . Usually specified together with -e. + on the distribution specified by . 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." ;;