aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-10-01 00:41:14 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-10-01 00:41:14 +0900
commit821fc88665345ad81e226ff34c7ca1edd7155d3e (patch)
tree447fc236cddd879e10c93f2b82b4849c24577bb3 /doc
parent6021469a1eeece23cb09f9c4862cef792d911a36 (diff)
downloadgnunet-821fc88665345ad81e226ff34c7ca1edd7155d3e.tar.gz
gnunet-821fc88665345ad81e226ff34c7ca1edd7155d3e.zip
-file
Diffstat (limited to 'doc')
-rw-r--r--doc/man/gnunet-namestore-dbtool.187
1 files changed, 87 insertions, 0 deletions
diff --git a/doc/man/gnunet-namestore-dbtool.1 b/doc/man/gnunet-namestore-dbtool.1
new file mode 100644
index 000000000..af882209b
--- /dev/null
+++ b/doc/man/gnunet-namestore-dbtool.1
@@ -0,0 +1,87 @@
1.\" This file is part of GNUnet.
2.\" Copyright (C) 2001-2022 GNUnet e.V.
3.\"
4.\" Permission is granted to copy, distribute and/or modify this document
5.\" under the terms of the GNU Free Documentation License, Version 1.3 or
6.\" any later version published by the Free Software Foundation; with no
7.\" Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
8.\" copy of the license is included in the file
9.\" FDL-1.3.
10.\"
11.\" A copy of the license is also available from the Free Software
12.\" Foundation Web site at http://www.gnu.org/licenses/fdl.html}.
13.\"
14.\" Alternately, this document is also available under the General
15.\" Public License, version 3 or later, as published by the Free Software
16.\" Foundation. A copy of the license is included in the file
17.\" GPL3.
18.\"
19.\" A copy of the license is also available from the Free Software
20.\" Foundation Web site at http://www.gnu.org/licenses/gpl.html
21.\"
22.\" SPDX-License-Identifier: GPL3.0-or-later OR FDL1.3-or-later
23.\"
24.Dd September 30, 2022
25.Dt GNUNET-NAMESTORE-DBTOOL 1
26.Os
27.Sh NAME
28.Nm gnunet-namestore-dbtool
29.Nd manipulate GNU Name System (GNS) namestore database
30.Sh SYNOPSIS
31.Nm
32.Op Fl i | -initialize
33.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
34.Op Fl r | -reset
35.Op Fl h | -help
36.Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
37.Op Fl p Ar PLUGIN | Fl -plugin= Ns Ar PLUGIN
38.Op Fl v | -version
39.Sh DESCRIPTION
40.Nm
41can be used to initialize or reset the namestore database.
42.Pp
43The options are as follows:
44.Bl -tag -width indent
45.It Fl i | -initialize
46Desired operation is initialization of a database.
47.It Fl p Ar PLUGINNAME | Fl -plugin= Ns Ar PLUGINNAME
48Use the plugin PLUGINNAME.
49.It Fl r | -reset
50Desired operation is reset and reinitialization of a database
51.It Fl h | -help
52Print short help on options.
53.It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
54Use LOGLEVEL for logging.
55Valid values are DEBUG, INFO, WARNING and ERROR.
56.It Fl v | -version
57Print GNUnet version number.
58.El
59.\".Sh EXAMPLES
60.\".Sh FILES
61.Sh SEE ALSO
62.Xr gnunet-gns 1 ,
63.Xr gnunet-namestore 1
64.sp
65The full documentation for GNUnet is maintained as a Texinfo manual.
66If the
67.Xr info 1
68and gnunet programs are properly installed at your site, the command
69.Pp
70.Dl info gnunet
71.Pp
72should give you access to the complete handbook,
73.Pp
74.Dl info gnunet-c-tutorial
75.Pp
76will give you access to a tutorial for developers.
77.sp
78Depending on your installation, this information is also available in
79.Xr gnunet 7 and
80.Xr gnunet-c-tutorial 7 .
81.\".Sh HISTORY
82.\".Sh AUTHORS
83.Sh BUGS
84Report bugs by using
85.Lk https://bugs.gnunet.org
86or by sending electronic mail to
87.Aq Mt gnunet-developers@gnu.org .