Skip to content

Commit 4584f7e

Browse files
authored
Merge pull request #8457 from mohamedawnallah/lnddir-option-overwrite-docs
docs: mention that `--lnddir` option overwrites all other directory options [skip ci]
2 parents e9bc9ad + 043834c commit 4584f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ var (
285285
type Config struct {
286286
ShowVersion bool `short:"V" long:"version" description:"Display version information and exit"`
287287

288-
LndDir string `long:"lnddir" description:"The base directory that contains lnd's data, logs, configuration file, etc."`
288+
LndDir string `long:"lnddir" description:"The base directory that contains lnd's data, logs, configuration file, etc. This option overwrites all other directory options."`
289289
ConfigFile string `short:"C" long:"configfile" description:"Path to configuration file"`
290290
DataDir string `short:"b" long:"datadir" description:"The directory to store lnd's data within"`
291291
SyncFreelist bool `long:"sync-freelist" description:"Whether the databases used within lnd should sync their freelist to disk. This is disabled by default resulting in improved memory performance during operation, but with an increase in startup time."`

0 commit comments

Comments
 (0)