diff options
Diffstat (limited to 'make/configure.pm')
-rw-r--r-- | make/configure.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/make/configure.pm b/make/configure.pm index 7965436c2..a1a42786c 100644 --- a/make/configure.pm +++ b/make/configure.pm @@ -207,8 +207,9 @@ InspIRCd 1.0.x, are also allowed. will disable any interactive prompting. --update Update makefiles and dependencies --modupdate Detect new modules and write makefiles - --svnupdate {rebuild} Update working copy via subversion - {and optionally rebuild it} + --svnupdate {--rebuild} Update working copy via subversion + {and optionally rebuild it if --update + 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] |