Skip to content

Commit

Permalink
docs: Update doc.go with latest arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthawkins90 committed Apr 12, 2022
1 parent 2b9a9cc commit 93f2930
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions doc.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright (c) 2013-2016 The btcsuite developers
// Copyright (c) 2015-2021 The Decred developers
// Copyright (c) 2015-2022 The Decred developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.

Expand Down Expand Up @@ -27,7 +27,9 @@ Application Options:
-C, --configfile= Path to configuration file
-b, --datadir= Directory to store data
--logdir= Directory to log output
--nofilelogging= Disable file logging
--logsize= Maximum size of log file before it is rotated
(default: 10 MiB)
--nofilelogging Disable file logging
--dbtype= Database backend to use for the block chain
(default: ffldb)
--profile= Enable HTTP profiling on given [addr:]port --
Expand Down Expand Up @@ -55,6 +57,11 @@ Application Options:
connections (default port: 9109, testnet: 19109)
-u, --rpcuser= Username for RPC connections
-P, --rpcpass= Password for RPC connections
--authtype= Method for RPC client authentication
(basic or clientcert)
--clientcafile= File containing Certificate Authorities to verify
TLS client certificates;
requires authtype=clientcert
--rpclimituser= Username for limited RPC connections
--rpclimitpass= Password for limited RPC connections
--rpccert= File containing the certificate file
Expand Down Expand Up @@ -104,7 +111,7 @@ Application Options:
seconds (default: 2m0s)
--noseeders Disable seeding for peer discovery
--nodnsseed DEPRECATED: use --noseeders
--externalip= Add an ip to the list of local addresses we claim
--externalip= Add an IP to the list of local addresses we claim
to listen on to peers
--nodiscoverip Disable automatic network address discovery of
local external IPs
Expand Down

0 comments on commit 93f2930

Please sign in to comment.