diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-02-10 20:44:49 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-02-10 20:44:49 +0000 |
commit | ac8e7547b831090de3286a2037faf99755e37d39 (patch) | |
tree | 763157090c26a77408139e8175b15a44bc7da52c /make/configure.pm | |
parent | 621ab4c775866e1c81f98ec4fee148fd58e8ffa7 (diff) |
Fix typo reported by owine (bug #208)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6566 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'make/configure.pm')
-rw-r--r-- | make/configure.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/configure.pm b/make/configure.pm index a1a42786c..bc1be31ca 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -208,8 +208,8 @@ InspIRCd 1.0.x, are also allowed. --update Update makefiles and dependencies --modupdate Detect new modules and write makefiles --svnupdate {--rebuild} Update working copy via subversion - {and optionally rebuild it if --update - if --rebuild is also specified} + {and optionally rebuild if --rebuild + is also specified} --clean Remove .config.cache file and go interactive --enable-gnutls Enable GnuTLS module [no] --enable-openssl Enable OpenSSL module [no] |