]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix typo in EUI documentation
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 16 Feb 2011 00:45:11 +0000 (13:45 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 16 Feb 2011 00:45:11 +0000 (13:45 +1300)
configure.ac

index 79affe6e6e332c9f2fbf5d2dfbdda2723661cf09..be89677fc658652ecd228f8f70576914a7c97706 100644 (file)
@@ -1024,7 +1024,7 @@ AC_ARG_ENABLE(cachemgr-hostname,
 
 AC_ARG_ENABLE(eui,
   AS_HELP_STRING([--disable-eui],
-                 [Enable use of ARP / MAC/ EUI (ether address)]), [
+                 [Disable use of ARP / MAC/ EUI (ether address)]), [
 SQUID_YESNO([$enableval],[--disable-eui expects no arguments])
 ])
 if test "x${enable_eui:=yes}" = "xyes" ; then