From 3e1e666065e2e1e0e1a671bf15423138e3ec782c Mon Sep 17 00:00:00 2001 From: feelancer21 <2828397+feelancer21@users.noreply.github.com> Date: Wed, 21 Jun 2023 21:03:52 +0200 Subject: [PATCH] docs: Documentation of sample-conf-check in MAKEFILE.md Added an entry for sample-conf-check in MAKEFILE.md. --- docs/MAKEFILE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/MAKEFILE.md b/docs/MAKEFILE.md index 3166413da..f02501b31 100644 --- a/docs/MAKEFILE.md +++ b/docs/MAKEFILE.md @@ -160,6 +160,10 @@ Lists all known make targets. ----- 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. + `scratch` --------- Compiles all dependencies and builds the `./lnd` and `./lncli` binaries.