diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-01-09 08:50:51 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-01-09 09:17:51 +0100 |
commit | 4a55232c3461a370c08b6c8a05a42011655c22a0 (patch) | |
tree | c9c45cd5a2a478c498dedfb3960f25f7cf1e31c9 /doc/using | |
parent | 450483c01607d3032d65e9a7dd9d3f3215697b72 (diff) | |
download | ghdl-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.rst | 11 |
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``] |