]> gitweb.michael.orlitzky.com - geoipyupdate.git/blob - doc/man1/geoipyupdate.1
doc/man1/geoipyupdate.1: new man page
[geoipyupdate.git] / doc / man1 / geoipyupdate.1
1 .TH geoipyupdate 1
2
3 .SH NAME
4 geoipyupdate \- Simple python replacement for the MaxMind
5 geoipupdate program
6 .SH SYNOPSIS
7
8 \fBgeoipyupdate\fR [\fB\-h\fR] [\fB\-\-config\-file FILE\fR]
9 .SH DESCRIPTION
10
11 If you know what MaxMind's geoipupdate program does, then you know
12 what geoipyupdate does, because they do the same thing. And if you
13 don't know what MaxMind's geoipupdate does, then you're probably in
14 the wrong place.
15
16 To use geoipyupdate, edit the sample config file, put it someplace,
17 and then run geoipyupdate using the \fI\-\-config\-file\fR option to
18 tell it where your config file lives. That's pretty much it.
19 .SH OPTIONS
20
21 .IP \fB\-\-config\-file\fR,\ \fB\-c\fR
22 Use the given configuration file instead of the default.
23 .IP \fB\-\-help\fR,\ \fB-h\fR
24 Display usage information.
25
26 .SH EXAMPLES
27 .IP \[bu] 2
28 Use a non-default config file location:
29
30 .nf
31 .I $ geoipyupdate -c /etc/geoipyupdate.toml
32 .fi
33 .SH BUGS
34 .P
35 Send bugs to michael@orlitzky.com.