From 50cde8587d02b60e48a7cc538eaa412357a78be3 Mon Sep 17 00:00:00 2001 From: umarcor Date: Thu, 22 Apr 2021 16:46:33 +0200 Subject: doc: style, use 'file...' consistently --- doc/using/InvokingGHDL.rst | 2 +- doc/using/Synthesis.rst | 2 +- 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]]``. -- cgit v1.2.3