diff options
author | ng0 <ng0@n0.is> | 2019-10-16 18:15:04 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-10-16 18:15:04 +0000 |
commit | 7e154ba25582715152aef9b4bc655ff2381edfc7 (patch) | |
tree | 25c5b5d45104dc269aca5a665cc5c360e2a53208 /doc/man/gnunet-gns.1 | |
parent | b6995e48b7e19bbbb0b92b34726d98b15fba0f20 (diff) |
*.1: syntax (\- -> -)
Diffstat (limited to 'doc/man/gnunet-gns.1')
-rw-r--r-- | doc/man/gnunet-gns.1 | 34 |
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 @@ access to GNU Name System .Sh SYNOPSIS .Nm -.Op Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME -.Op Fl h | \-help -.Op Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL -.Op Fl l Ar FILENAME | Fl \-logfile= Ns Ar FILENAME -.Op Fl r | \-raw -.Op Fl t Ar TYPE | Fl \-type= Ns Ar TYPE -.Op Fl u Ar NAME | Fl \-lookup= Ns Ar NAME -.Op Fl v | \-version +.Op Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME +.Op Fl h | -help +.Op Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL +.Op Fl l Ar FILENAME | Fl -logfile= Ns Ar FILENAME +.Op Fl r | -raw +.Op Fl t Ar TYPE | Fl -type= Ns Ar TYPE +.Op Fl u Ar NAME | Fl -lookup= Ns Ar NAME +.Op Fl v | -version .Sh DESCRIPTION .Nm can be used to lookup and process GNU Name Service names. .Bl -tag -width indent -.It Fl c Ar FILENAME | Fl \-config= Ns Ar FILENAME +.It Fl c Ar FILENAME | Fl -config= Ns Ar FILENAME Use the configuration file FILENAME. -.It Fl h | \-help +.It Fl h | -help Print short help on options. -.It Fl L Ar LOGLEVEL | Fl \-loglevel= Ns Ar LOGLEVEL +.It Fl L Ar LOGLEVEL | Fl -loglevel= Ns Ar LOGLEVEL Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and ERROR. -.It Fl l Ar FILENAME | Fl \-logfile= Ns Ar FILENAME +.It Fl l Ar FILENAME | Fl -logfile= Ns Ar FILENAME Write logs to FILENAME. -.It Fl r | \-raw +.It Fl r | -raw No unneeded output. This is a quiet mode where only important information is displayed. For example a lookup for an IP address will only yield the IP address, no descriptive text. -.It Fl t Ar TYPE | Fl \-type= Ns Ar TYPE +.It Fl t Ar TYPE | Fl -type= Ns Ar TYPE Resource Record Type (TYPE) to look for. Supported TYPE's are: A, AAAA, CNAME, NS, PKEY, PSEU, TLSA, SRV, SOA, MX, LEHO, VPN, REV, PTR, TXT. Defaults to "A". -.It Fl u Ar NAME | Fl \-lookup= Ns Ar NAME +.It Fl u Ar NAME | Fl -lookup= Ns Ar NAME Name to lookup. Resolve the specified name using the GNU Name System. -.It Fl T Ar TIMEOUT | Fl \-timeout= Ns Ar TIMEOUT +.It Fl T Ar TIMEOUT | Fl -timeout= Ns Ar TIMEOUT How much time to wait for a resolution to finish. Example: "5s" for 5 seconds or "3m" for 3 minutes. Defaults to "forver" (No timeout). -.It Fl v | \-version +.It Fl v | -version Print GNUnet version number. .El .Sh DIAGNOSTICS |