commit da4edf454ae7a33fc3c37a19e101f9ac1965ddbd
parent f01e8e6635fda1b307e67e90eacd7fff2b22f421
Author: Sean Enck <sean@ttypty.com>
Date: Tue, 11 Oct 2022 19:22:59 -0400
move this out of makefile
Diffstat:
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -25,8 +25,6 @@ clean:
$(DOC): $(TARGET) $(DOCTEXT)
@cat $(DOCTEXT) > $(DOC)
- @echo >> $(DOC)
- @echo "[environment variables]" >> $(DOC)
$(TARGET) env -defaults >> $(DOC)
$(MAN): $(TARGET) $(DOC)
diff --git a/contrib/doc.sections b/contrib/doc.sections
@@ -15,3 +15,7 @@ via environment variables
[totp]
By default lb tries to use some reasonable defaults to setup/manage oauth token inputs and
displaying of code outputs. Many of these settings can be changed via environment variables
+
+[environment variables]
+
+The following environment variables can alter how lb works