We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a4854 commit e8d0e61Copy full SHA for e8d0e61
lightning-network-tools/lightning-terminal/command-line-interface.md
@@ -20,7 +20,9 @@ To make use of these tools as seen in the examples below:
20
21
## litcli <a href="#docs-internal-guid-50d3e658-7fff-9d98-fc94-56686082029b" id="docs-internal-guid-50d3e658-7fff-9d98-fc94-56686082029b"></a>
22
23
-`litcli --lndtlscertpath ~/.lit/tls.cert sessions add --label="My LNC"`
+`litcli --lndtlscertpath ~/.lit/tls.cert sessions add --label="My LNC"` --expiry 7776000
24
+
25
+By default, a pairing phrase created with `litcli` is valid for only 1h. You may extend this with the `--expiry <seconds>` flag.
26
27
## pool
28
0 commit comments