Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/MAKEFILE.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Compiles the `lnrpc` proto files.

`sample-conf-check`
-------------------
Checks whether all required options of `lnd --help` are included in [sample-lnd.conf](github.com/lightningnetwork/lnd/blob/master/sample-lnd.conf) and that the default values of `lnd --help` are also mentioned correctly.
Checks whether all required options from `lnd --help` are included in [`sample-lnd.conf`](../sample-lnd.conf) and whether the default values shown by `lnd --help` are documented correctly.

`scratch`
---------
Expand Down
Loading