From 7e5a8b05018412072b77b98b24fe5778f693b058 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 14 Jul 2012 02:17:38 +0200 Subject: [PATCH] geoip: remove outdated instructions in xt_geoip_build The manpage contains the authoritative description of options currently supported. --- geoip/xt_geoip_build | 2 -- 1 file changed, 2 deletions(-) diff --git a/geoip/xt_geoip_build b/geoip/xt_geoip_build index 8f54575..45d8162 100755 --- a/geoip/xt_geoip_build +++ b/geoip/xt_geoip_build @@ -3,8 +3,6 @@ # Converter for MaxMind CSV database to binary, for xt_geoip # Copyright © Jan Engelhardt , 2008-2011 # -# Use -b argument to create big-endian tables. -# use Getopt::Long; use IO::Handle; use Text::CSV_XS; # or trade for Text::CSV