summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-19 10:53:41 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-09-19 10:53:41 +0000
commit4dccfb4d355484e3003a6f5712028c564ca7a30b (patch)
tree38687ec42bb7e031bf4529317640202e2ac4e691 /configure
parenta708569806676737df554d6b762b7c680c319434 (diff)
Tidy up help text
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5293 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure18
1 files changed, 7 insertions, 11 deletions
diff --git a/configure b/configure
index a27b3953e..643ad3bda 100755
--- a/configure
+++ b/configure
@@ -1872,19 +1872,14 @@ any required values manually. If one or more
options are specified, non-interactive configuration
is started, and any omitted values are defaulted.
-Interactive configuration and reconfiguration:
+Arguments with a single \"-\" symbol, as in
+InspIRCd 1.0.x, are also allowed.
- --update Update makefiles
- --modupdate Detect new modules
- --svnupdate {rebuild} Update working copy
+ --update Update makefiles
+ --modupdate Detect new modules
+ --svnupdate {rebuild} Update working copy
{and optionally rebuild}
- --clean Remove .config.cache
-
- Arguments with a single \"-\" symbol, as in
- InspIRCd 1.0.x, are also allowed.
-
-Non-interactive and initial configuration:
-
+ --clean Remove .config.cache
--enable-gnutls Enable GnuTLS module [no]
--enable-openssl Enable OpenSSL module [no]
--with-nick-length=[n] Specify max. nick length [32]
@@ -1927,6 +1922,7 @@ Non-interactive and initial configuration:
--binary-dir=[directory] Binaries directory [prefix/bin]
--library-dir=[directory] Library directory [prefix/lib]
--help Show this help text
+
";
exit(0);
}