aboutsummaryrefslogtreecommitdiff
path: root/tcc-doc.texi
diff options
context:
space:
mode:
authorUrs Janssen <urs@hq.tin.org>2013-02-15 12:48:33 +0100
committerUrs Janssen <urs@hq.tin.org>2013-02-15 12:48:33 +0100
commitcec76c8b8a7a4077032a205bdb7dca70bb10be62 (patch)
treedbb0cca22916caec5172b2ecb9d321c1f96bdc5a /tcc-doc.texi
parent108b2876654bd5f64dd4a60fe1791cc939921625 (diff)
downloadtinycc-cec76c8b8a7a4077032a205bdb7dca70bb10be62.tar.gz
tinycc-cec76c8b8a7a4077032a205bdb7dca70bb10be62.tar.bz2
- document -dumpversion
- fixed a broken prototype
Diffstat (limited to 'tcc-doc.texi')
-rw-r--r--tcc-doc.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/tcc-doc.texi b/tcc-doc.texi
index 0d6e970..42ca806 100644
--- a/tcc-doc.texi
+++ b/tcc-doc.texi
@@ -176,6 +176,9 @@ In a script, it gives the following header:
#!/usr/local/bin/tcc -run -L/usr/X11R6/lib -lX11
@end example
+@item -dumpversion
+Print only the compiler version and nothing else.
+
@item -v
Display TCC version.