]> gitweb.michael.orlitzky.com - geoipyupdate.git/commitdiff
doc/man1/geoipyupdate.1: new man page
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 18 Apr 2024 22:29:56 +0000 (18:29 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 18 Apr 2024 22:29:56 +0000 (18:29 -0400)
MANIFEST.in
doc/man1/geoipyupdate.1 [new file with mode: 0644]

index 38df4da962cddfbca62d11426701cbff448cc4b1..3bef729154e515746bf343160e951a56d120e97c 100644 (file)
@@ -1,2 +1,3 @@
 include doc/geoipyupdate-sample.toml
+include doc/man1/geoipyupdate.1
 include LICENSE
diff --git a/doc/man1/geoipyupdate.1 b/doc/man1/geoipyupdate.1
new file mode 100644 (file)
index 0000000..7506089
--- /dev/null
@@ -0,0 +1,35 @@
+.TH geoipyupdate 1
+
+.SH NAME
+geoipyupdate \- Simple python replacement for the MaxMind
+geoipupdate program
+.SH SYNOPSIS
+
+\fBgeoipyupdate\fR [\fB\-h\fR] [\fB\-\-config\-file FILE\fR]
+.SH DESCRIPTION
+
+If you know what MaxMind's geoipupdate program does, then you know
+what geoipyupdate does, because they do the same thing. And if you
+don't know what MaxMind's geoipupdate does, then you're probably in
+the wrong place.
+
+To use geoipyupdate, edit the sample config file, put it someplace,
+and then run geoipyupdate using the \fI\-\-config\-file\fR option to
+tell it where your config file lives. That's pretty much it.
+.SH OPTIONS
+
+.IP \fB\-\-config\-file\fR,\ \fB\-c\fR
+Use the given configuration file instead of the default.
+.IP \fB\-\-help\fR,\ \fB-h\fR
+Display usage information.
+
+.SH EXAMPLES
+.IP \[bu] 2
+Use a non-default config file location:
+
+.nf
+.I $ geoipyupdate -c /etc/geoipyupdate.toml
+.fi
+.SH BUGS
+.P
+Send bugs to michael@orlitzky.com.