aboutsummaryrefslogtreecommitdiffstats
path: root/doc/using
diff options
context:
space:
mode:
Diffstat (limited to 'doc/using')
-rw-r--r--doc/using/InvokingGHDL.rst2
-rw-r--r--doc/using/Synthesis.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/using/InvokingGHDL.rst b/doc/using/InvokingGHDL.rst
index 247e0efa3..3a06338eb 100644
--- a/doc/using/InvokingGHDL.rst
+++ b/doc/using/InvokingGHDL.rst
@@ -151,7 +151,7 @@ See :option:`-e`, :option:`-r` and :ref:`USING:Simulation`.
Check syntax [``-s``]
---------------------
-.. option:: -s <[options...] files>
+.. option:: -s <[options...] file...>
Analyze files but do not generate code.
This command may be used to check the syntax of files.
diff --git a/doc/using/Synthesis.rst b/doc/using/Synthesis.rst
index 575da022b..e5f9554cc 100644
--- a/doc/using/Synthesis.rst
+++ b/doc/using/Synthesis.rst
@@ -37,7 +37,7 @@ See :option:`--out` and :ghdlsharp:`1174` for on-going discussion about other ou
.. ATTENTION::
All the units must have been analyzed; that is, the artifacts of previously executed :option:`-a` calls must exist.
-.. option:: --synth <[options...] files... -e [top_unit [arch]]>
+.. option:: --synth <[options...] file... -e [top_unit [arch]]>
Analyses and elaborates for synthesis the files present on the command line only.
Elaboration starts from the top unit indicated by ``[top_unit [arch]]``.