aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-gns.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/gnunet-gns.1')
-rw-r--r--doc/man/gnunet-gns.134
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/man/gnunet-gns.1 b/doc/man/gnunet-gns.1
index 0743290b4..310198f74 100644
--- a/doc/man/gnunet-gns.1
+++ b/doc/man/gnunet-gns.1
@@ -30,43 +30,43 @@
30access to GNU Name System 30access to GNU Name System
31.Sh SYNOPSIS 31.Sh SYNOPSIS
32.Nm 32.Nm
33.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 33.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
34.Op Fl h | \-help 34.Op Fl h | -help
35.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 35.Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
36.Op Fl l Ar FILENAME | Fl \-logfile= Ns Ar FILENAME 36.Op Fl l Ar FILENAME | Fl -logfile= Ns Ar FILENAME
37.Op Fl r | \-raw 37.Op Fl r | -raw
38.Op Fl t Ar TYPE | Fl \-type= Ns Ar TYPE 38.Op Fl t Ar TYPE | Fl -type= Ns Ar TYPE
39.Op Fl u Ar NAME | Fl \-lookup= Ns Ar NAME 39.Op Fl u Ar NAME | Fl -lookup= Ns Ar NAME
40.Op Fl v | \-version 40.Op Fl v | -version
41.Sh DESCRIPTION 41.Sh DESCRIPTION
42.Nm 42.Nm
43can be used to lookup and process GNU Name Service names. 43can be used to lookup and process GNU Name Service names.
44.Bl -tag -width indent 44.Bl -tag -width indent
45.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME 45.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME
46Use the configuration file FILENAME. 46Use the configuration file FILENAME.
47.It Fl h | \-help 47.It Fl h | -help
48Print short help on options. 48Print short help on options.
49.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL 49.It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL
50Use LOGLEVEL for logging. 50Use LOGLEVEL for logging.
51Valid values are DEBUG, INFO, WARNING and ERROR. 51Valid values are DEBUG, INFO, WARNING and ERROR.
52.It Fl l Ar FILENAME | Fl \-logfile= Ns Ar FILENAME 52.It Fl l Ar FILENAME | Fl -logfile= Ns Ar FILENAME
53Write logs to FILENAME. 53Write logs to FILENAME.
54.It Fl r | \-raw 54.It Fl r | -raw
55No unneeded output. 55No unneeded output.
56This is a quiet mode where only important information is displayed. 56This is a quiet mode where only important information is displayed.
57For example a lookup for an IP address will only yield the IP address, no descriptive text. 57For example a lookup for an IP address will only yield the IP address, no descriptive text.
58.It Fl t Ar TYPE | Fl \-type= Ns Ar TYPE 58.It Fl t Ar TYPE | Fl -type= Ns Ar TYPE
59Resource Record Type (TYPE) to look for. 59Resource Record Type (TYPE) to look for.
60Supported TYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR, TXT. 60Supported TYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR, TXT.
61Defaults to "A". 61Defaults to "A".
62.It Fl u Ar NAME | Fl \-lookup= Ns Ar NAME 62.It Fl u Ar NAME | Fl -lookup= Ns Ar NAME
63Name to lookup. 63Name to lookup.
64Resolve the specified name using the GNU Name System. 64Resolve the specified name using the GNU Name System.
65.It Fl T Ar TIMEOUT | Fl \-timeout= Ns Ar TIMEOUT 65.It Fl T Ar TIMEOUT | Fl -timeout= Ns Ar TIMEOUT
66How much time to wait for a resolution to finish. 66How much time to wait for a resolution to finish.
67Example: "5s" for 5 seconds or "3m" for 3 minutes. 67Example: "5s" for 5 seconds or "3m" for 3 minutes.
68Defaults to "forver" (No timeout). 68Defaults to "forver" (No timeout).
69.It Fl v | \-version 69.It Fl v | -version
70Print GNUnet version number. 70Print GNUnet version number.
71.El 71.El
72.Sh DIAGNOSTICS 72.Sh DIAGNOSTICS