diff --git a/chainlib/cli/man.py b/chainlib/cli/man.py index eb5c6f0..c293817 100644 --- a/chainlib/cli/man.py +++ b/chainlib/cli/man.py @@ -96,7 +96,11 @@ class DocGenerator: ks = list(self.docs.keys()) ks.sort() for k in ks: - s += str(self.docs[k]) + "\n" + s += str(self.docs[k]) + env = self.envs.get(k) + if env != None: + s += ' Overrides the \\fI' + env + '\\fP configuration setting.' + s += "\n" return s diff --git a/scripts/chainlib-man.py b/scripts/chainlib-man.py index 598ba9a..d8c18ce 100644 --- a/scripts/chainlib-man.py +++ b/scripts/chainlib-man.py @@ -60,7 +60,6 @@ The source code of the tool this documentation describes is licensed under the G .SH COPYRIGHT -.P Louis Holbrook (https://holbrook.no) PGP: 59A844A484AC11253D3A3E9DCDCBD24DD1D0E001