From d62ac2d4973b6f6f34ab804c91ab8be5ddb2f86f Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Tue, 5 Jan 2021 02:03:42 +0100 Subject: Fixed -P option. --- doc/quick_start/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/quick_start') diff --git a/doc/quick_start/README.rst b/doc/quick_start/README.rst index b5876bd9b..fc5f1a81a 100644 --- a/doc/quick_start/README.rst +++ b/doc/quick_start/README.rst @@ -30,7 +30,7 @@ The following tips might be useful: * Use :option:`--work=LIB_NAME <--work>` to analyze files into the ``LIB_NAME`` library. To use files analyzed to a different directory, give the path - to the ``LIB_NAME`` library using :option:`-P/path/to/name/directory/ <-P>`. + to the ``LIB_NAME`` library using :option:`-P/path/to/name/directory/ <-P>`. * Use the same options for analysis and elaboration. E.g., first analyse with ``ghdl -a --std=08 --work=mylib myfile.vhdl``; and then elaborate and run with ``ghdl --elab-run --std=08 top``. -- cgit v1.2.3