commit 022bdddcd3c870143dac3b4cbd9d2b87ab7598e5
parent 49ce08ba38b8a572199fcb248a265f9a06e6f2ef
Author: Frederic Cambus <fred@statdns.com>
Date: Tue, 6 Dec 2016 16:27:17 +0100
Document the new -g flag
Diffstat:
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -106,12 +106,13 @@ The free GeoLite databases can be downloaded here : http://dev.maxmind.com/geoip
## Usage
- logswan [-hv] file
+ logswan [-ghv] file
If file is a single dash (`-'), logswan reads from the standard input.
Options are :
+ -g Enable GeoIP lookups
-h Display usage
-v Display version
diff --git a/logswan.1 b/logswan.1
@@ -24,7 +24,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 19 2016 $
+.Dd $Mdocdate: December 6 2016 $
.Dt LOGSWAN 1
.Os
.Sh NAME
@@ -32,7 +32,7 @@
.Nd fast Web log analyzer using probabilistic data structures
.Sh SYNOPSIS
.Nm
-.Op Fl hv
+.Op Fl ghv
.Ar file
.Sh DESCRIPTION
.Nm
@@ -46,6 +46,8 @@ reads from the standard input.
.Pp
The options are as follows:
.Bl -tag -width Ds
+.It Fl g
+Enable GeoIP lookups
.It Fl h
Display usage
.It Fl v