What changed, and why it matters
This commit fixes a single-character typo in the user documentation. The command example showed '-multi_file' instead of the correct '--multi_file'. It does not change any code, commands, or security behavior.
No security action needed. Treat as a normal documentation fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
A documentation-only correction in docs/recovery.md changes the lncli create example flag from ‘-multi_file=channel.backup’ to ‘–multi_file=channel.backup’. No source code, build scripts, tests, or configuration files are modified.
Changed components
docs/recovery.mdInspect captured patch +1 / −1
diff --git a/docs/recovery.md b/docs/recovery.md
index 89c2f06..d3951be 100644
--- a/docs/recovery.md
+++ b/docs/recovery.md
@@ -313,7 +313,7 @@ schemes, compared to the file system notification based approach.
If a node is being created from scratch, then it's possible to pass in an
existing SCB using the `lncli create` or `lncli unlock` commands:
```shell
-$ lncli create -multi_file=channel.backup
+$ lncli create --multi_file=channel.backup
```
Alternatively, the `restorechanbackup` command can be used if `lnd` has already
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.