Commit bf50d56b authored by Michael Tremer's avatar Michael Tremer

location-downloader: Add man page

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent be748fa8
......@@ -329,6 +329,7 @@ src_test_database_LDADD = \
# ------------------------------------------------------------------------------
MANPAGES = \
man/location-downloader.8 \
man/location-query.8
MANPAGES_TXT = $(patsubst %.8,%.txt,$(MANPAGES))
......
= 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment