From 9c421e8524668f9ee06f5e9c2e3aa7c8e7dd7519 Mon Sep 17 00:00:00 2001 From: umarcor Date: Mon, 1 Feb 2021 09:03:57 +0100 Subject: doc: add ref to ghdl-language-server from ghdl-ls --- pyGHDL/cli/lsp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyGHDL/cli') diff --git a/pyGHDL/cli/lsp.py b/pyGHDL/cli/lsp.py index 9d4e83eba..44d55635d 100644 --- a/pyGHDL/cli/lsp.py +++ b/pyGHDL/cli/lsp.py @@ -62,7 +62,7 @@ def __rotate_log_files(basename: str, num: int): def _generateCLIParser() -> ArgumentParser: """Creates an CLI argument parser based on ``argparse``.""" - parser = ArgumentParser(description="VHDL Language Protocol Server") + parser = ArgumentParser(description="VHDL Language Protocol Server. Find info about clients in `ghdl/ghdl-language-server `__.") parser.add_argument( "--version", "-V", action="version", version="%(prog)s " + version.__version__ ) @@ -77,7 +77,7 @@ def _generateCLIParser() -> ArgumentParser: parser.add_argument( "--disp-config", action="store_true", - help="Disp installation configuration and exit", + help="Display installation configuration and exit", ) return parser -- cgit v1.2.3