From bf50d56bb9247e9531fac838d5b517e3cbd52a59 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 17 Nov 2019 14:55:31 +0000 Subject: [PATCH] location-downloader: Add man page Signed-off-by: Michael Tremer --- Makefile.am | 1 + man/location-downloader.txt | 45 +++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 man/location-downloader.txt diff --git a/Makefile.am b/Makefile.am index 859d9cd..1b2c42c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -329,6 +329,7 @@ src_test_database_LDADD = \ # ------------------------------------------------------------------------------ MANPAGES = \ + man/location-downloader.8 \ man/location-query.8 MANPAGES_TXT = $(patsubst %.8,%.txt,$(MANPAGES)) diff --git a/man/location-downloader.txt b/man/location-downloader.txt new file mode 100644 index 0000000..a03b60f --- /dev/null +++ b/man/location-downloader.txt @@ -0,0 +1,45 @@ += location-downloader(8) + +== NAME +location-downloader - Download a location database + +== SYNOPSIS +[verse] +`location-downloader update` + +== DESCRIPTION +The `location-downloader` command updates the local version of the +location database. + +== OPTIONS + +--database FILE:: +-d FILE:: + The path of the database which is being updated. + + + If this option is omitted, the system's database will be opened. + +--debug:: + Enable debugging mode + +== COMMANDS + +'update':: + This command will try to update the local database. + +'--help':: + Shows a short help text on using this program. + +'--version':: + Shows the program's version and exists. + +== EXIT CODES +The 'location-downloader' command will normally exit with code zero. +If there has been a problem and the requested action could not be performed, +the exit code is unequal to zero. + +== BUGS +Please report all bugs to the bugtracker at https://bugzilla.ipfire.org/. + +== AUTHORS +Michael Tremer -- 2.39.2