aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-dht-get.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-dht-get.1')
-rw-r--r--doc/man/gnunet-dht-get.190
1 files changed, 90 insertions, 0 deletions
diff --git a/doc/man/gnunet-dht-get.1 b/doc/man/gnunet-dht-get.1
new file mode 100644
index 000000000..bd411f2f0
--- /dev/null
+++ b/doc/man/gnunet-dht-get.1
@@ -0,0 +1,90 @@
1.\" This file is part of GNUnet.
2.\" Copyright (C) 2023 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 January 5, 2023
25.Dt GNUNET-DHT-GET 1
26.Os
27.Sh NAME
28.Nm gnunet-dht-get
29.Nd Issue a GET request to the DHT. Prints results.
30.Sh SYNOPSIS
31.Nm
32.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
33.Op Fl h | -help
34.Op Fl k Ar KEY | Fl -key= Ns Ar KEY
35.Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
36.Op Fl l Ar LOGFILE | Fl -logfile= Ns Ar LOGFILE
37.Op Fl R | -record
38.Op Fl r Ar LEVEL | Fl -replication= Ns Ar LEVEL
39.Op Fl T Ar TYPE | Fl -type= Ns Ar TYPE
40.Op Fl V | -verbose
41.Op Fl v | -version
42.Op Fl x | -demultiplex
43.Sh DESCRIPTION
44.Nm
45is a command line tool to issue GET requests to the DHT.
46.Sh OPTIONS
47.Bl -tag -width indent
48.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
49Use the configuration file
50.Ar FILENAME .
51.It Fl h | -help
52Print short help on options.
53.It Fl k Ar KEY | Fl -key= Ns Ar KEY
54use the query key
55.Ar KEY .
56.It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
57Use LOGLEVEL for logging.
58Valid values are DEBUG, INFO, WARNING and ERROR.
59.It Fl l Ar LOGFILE | Fl -logfile= Ns Ar LOGFILE
60Configure logging to write logs to
61.Ar LOGFILE .
62.It Fl R | -record
63Set DHT's record route option for the request.
64.It Fl r Ar LEVEL | -replication-level= Ns Ar LEVEL
65Use the DHT replication level
66.Ar LEVEL .
67.It Fl t Ar TYPE | -type= Ns Ar TYPE
68the block type to look for under
69.Ar KEY .
70.It Fl V | -verbose
71be verbose.
72.It Fl v | -version
73Print GNUnet version number.
74.It Fl x | -demultiplex
75Set DHT's demultiplex everywhere option.
76.El
77.Sh SEE ALSO
78The full documentation for gnunet is maintained as a Texinfo manual.
79If the
80.Xr info 1
81and gnunet programs are properly installed at your site, the command
82.Pp
83.Dl info gnunet
84.\".Sh HISTORY
85.\".Sh AUTHORS
86.Sh BUGS
87Report bugs by using
88.Lk https://bugs.gnunet.org
89or by sending electronic mail to
90.Aq Mt gnunet-developers@gnu.org .