taldir

Directory service to resolve wallet mailboxes by messenger addresses
Log | Files | Refs | Submodules | README | LICENSE

commit d1fcfa29499ace8ffc51137662b92df5e9a33ca2
parent 865fc61f06157597ce463e22b9b242574214da3d
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sat, 14 Feb 2026 18:48:22 +0100

Add dbinit man page

Diffstat:
MMakefile.in | 1+
Adoc/man/taler-directory-dbinit.1 | 56++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+), 0 deletions(-)

diff --git a/Makefile.in b/Makefile.in @@ -28,6 +28,7 @@ install: server tools cp scripts/validators/* ${DESTDIR}${bindir} -mkdir -p ${DESTDIR}${mandir}/man1 cp doc/man/taler-directory.1 ${DESTDIR}${mandir}/man1/ + cp doc/man/taler-directory-dbinit.1 ${DESTDIR}${mandir}/man1/ cp taldir.conf.example ${DESTDIR}${TALER_DIRECTORY_HOME} uninstall: diff --git a/doc/man/taler-directory-dbinit.1 b/doc/man/taler-directory-dbinit.1 @@ -0,0 +1,56 @@ +.\" This file is part of GNU Taler. +.\" Copyright (C) 2026 GNU Taler +.\" +.\" Permission is granted to copy, distribute and/or modify this document +.\" under the terms of the GNU Free Documentation License, Version 1.3 or +.\" any later version published by the Free Software Foundation; with no +.\" Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A +.\" copy of the license is included in the file +.\" FDL-1.3. +.\" +.\" A copy of the license is also available from the Free Software +.\" Foundation Web site at http://www.gnu.org/licenses/fdl.html}. +.\" +.\" Alternately, this document is also available under the General +.\" Public License, version 3 or later, as published by the Free Software +.\" Foundation. A copy of the license is included in the file +.\" GPL3. +.\" +.\" A copy of the license is also available from the Free Software +.\" Foundation Web site at http://www.gnu.org/licenses/gpl.html +.\" +.\" SPDX-License-Identifier: GPL3.0-or-later OR FDL1.3-or-later +.\" +.Dd February 14, 2026 +.Dt TALER-DIRECTORY-DBINIT 1 +.Os +.Sh NAME +.Nm taler-directory-dbinit +.Nd The GNU Taler Directory Service Database Initializer +.Sh SYNOPSIS +.Nm +.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME +.Op Fl h | -help +.Op Fl v | -version +.Sh DESCRIPTION +.Nm +is used to initialize the Taler Directory database. +.Bl -tag -width indent +.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME +Use the configuration file FILENAME. +.It Fl h | -help +Print short help on options. +Valid values are DEBUG, INFO, WARNING and ERROR. +.It Fl v | -version +Print version number. +.El +.Sh DIAGNOSTICS +.Nm +will return 0 on success. +.\".Sh HISTORY +.\".Sh AUTHORS +.Sh BUGS +Report bugs by using +.Lk https://bugs.gnunet.org +or by sending electronic mail to +.Aq Mt gnunet-developers@gnu.org .