aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-01-04 18:35:50 +0100
committerTristan Gingold <tgingold@free.fr>2021-01-04 18:35:50 +0100
commit1fb6cb173ecda149deb1f3afd7f04d52f7468f93 (patch)
tree58acae626199f2c6ecdbe523419a65a4eff9b4af
parent03501796f43933fbd3c6dcfb68826ca54b06c50e (diff)
downloadghdl-1fb6cb173ecda149deb1f3afd7f04d52f7468f93.tar.gz
ghdl-1fb6cb173ecda149deb1f3afd7f04d52f7468f93.tar.bz2
ghdl-1fb6cb173ecda149deb1f3afd7f04d52f7468f93.zip
lsp.py: display trace environment variable in the help
-rw-r--r--pyGHDL/cli/lsp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyGHDL/cli/lsp.py b/pyGHDL/cli/lsp.py
index 2ccb41b16..dd1e9d5f5 100644
--- a/pyGHDL/cli/lsp.py
+++ b/pyGHDL/cli/lsp.py
@@ -69,7 +69,7 @@ def main():
parser.add_argument(
"--log-file", help="Redirect logs to the given file instead of stderr"
)
- parser.add_argument("--trace-file", help="Save rpc data to FILE.in and FILE.out")
+ parser.add_argument("--trace-file", help="Save rpc data to FILE.in and FILE.out (overrides GHDL_LS_TRACE)")
parser.add_argument("--input", "-i", help="Read request from file")
parser.add_argument(
"--disp-config",