diff options
Diffstat (limited to 'doc/quick_start/README.rst')
-rw-r--r-- | doc/quick_start/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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<DIRECTORY>>`. + 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``. |