man: Document the data-path command.

This fixes #27.
This commit is contained in:
Damir Jelić 2019-10-18 13:30:30 +02:00
parent ce5372bbfa
commit 3b94354f3c

View File

@ -1,4 +1,4 @@
.Dd May 23, 2019 .Dd Oct 18, 2019
.Dt PANTALAIMON 8 .Dt PANTALAIMON 8
.Os .Os
.\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
@ -9,7 +9,10 @@
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl c Ar config .Op Fl c Ar config
.Op Fl log-level .Op Fl -log-level Ar level
.Op Fl -data-path Ar path
.Op Fl -version
.Op Fl -help
.\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
.Sh DESCRIPTION .Sh DESCRIPTION
.Nm .Nm
@ -58,6 +61,13 @@ Set the log level of the daemon, can be one of
.Ar debug . .Ar debug .
Defaults to Defaults to
.Ar warning . .Ar warning .
.It Fl -data-path Ar path
Set the directory for the pantalaimon database. This config option takes
precedence over the XDG environment variables.
.It Fl -version
Display the version number and exit.
.It Fl -help
Display the help and exit.
.El .El
.\" --------------------------------------------------------------------------- .\" ---------------------------------------------------------------------------
.Sh FILES .Sh FILES