diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-01-04 18:35:50 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-01-04 18:35:50 +0100 |
commit | 1fb6cb173ecda149deb1f3afd7f04d52f7468f93 (patch) | |
tree | 58acae626199f2c6ecdbe523419a65a4eff9b4af /pyGHDL/cli | |
parent | 03501796f43933fbd3c6dcfb68826ca54b06c50e (diff) | |
download | ghdl-1fb6cb173ecda149deb1f3afd7f04d52f7468f93.tar.gz ghdl-1fb6cb173ecda149deb1f3afd7f04d52f7468f93.tar.bz2 ghdl-1fb6cb173ecda149deb1f3afd7f04d52f7468f93.zip |
lsp.py: display trace environment variable in the help
Diffstat (limited to 'pyGHDL/cli')
-rw-r--r-- | pyGHDL/cli/lsp.py | 2 |
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", |