aboutsummaryrefslogtreecommitdiffstats
path: root/doc/using
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-01-09 08:50:51 +0100
committerTristan Gingold <tgingold@free.fr>2021-01-09 09:17:51 +0100
commit4a55232c3461a370c08b6c8a05a42011655c22a0 (patch)
treec9c45cd5a2a478c498dedfb3960f25f7cf1e31c9 /doc/using
parent450483c01607d3032d65e9a7dd9d3f3215697b72 (diff)
downloadghdl-4a55232c3461a370c08b6c8a05a42011655c22a0.tar.gz
ghdl-4a55232c3461a370c08b6c8a05a42011655c22a0.tar.bz2
ghdl-4a55232c3461a370c08b6c8a05a42011655c22a0.zip
doc: mention 'ghdl fmt'
Diffstat (limited to 'doc/using')
-rw-r--r--doc/using/CommandReference.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/using/CommandReference.rst b/doc/using/CommandReference.rst
index 8b9209093..d3a263c54 100644
--- a/doc/using/CommandReference.rst
+++ b/doc/using/CommandReference.rst
@@ -64,7 +64,16 @@ File commands
The following commands act on one or several files. These are not analyzed, therefore, they work even if a file has semantic errors.
-.. index:: cmd file pretty printing
+.. index:: cmd file format
+
+Format [``fmt``]
+-----------------------
+
+.. option:: fmt <file>
+
+Format on the standard output the input file.
+
+
.. index:: vhdl to html
Pretty print [``--pp-html``]