From 1fb6cb173ecda149deb1f3afd7f04d52f7468f93 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 4 Jan 2021 18:35:50 +0100 Subject: lsp.py: display trace environment variable in the help --- pyGHDL/cli/lsp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyGHDL/cli') 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", -- cgit v1.2.3