Add a --version option to g-ir-compiler and g-ir-generate.

Resolves: gobject-introspection#55
This commit is contained in:
Christoph Reiter 2018-12-16 13:42:27 +01:00 committed by Simon McVittie
parent 8d699b6268
commit 1bda59fcc9
4 changed files with 12 additions and 0 deletions

View File

@ -63,6 +63,9 @@ FIXME
Specifies the shared library where the symbols in the typelib can be
found. The name of the library should not contain the ending shared
library suffix.
.TP
.B \-\-version
Show program\(aqs version number and exit
.UNINDENT
.SH BUGS
.sp

View File

@ -49,6 +49,9 @@ The shared library to read the symbols from.
.TP
.BI \-\-output\fB= FILENAME
Save the resulting output in FILENAME.
.TP
.B \-\-version
Show program\(aqs version number and exit
.UNINDENT
.SH BUGS
.sp

View File

@ -49,6 +49,9 @@ OPTIONS
found. The name of the library should not contain the ending shared
library suffix.
--version
Show program's version number and exit
BUGS
====

View File

@ -35,6 +35,9 @@ OPTIONS
--output=FILENAME
Save the resulting output in FILENAME.
--version
Show program's version number and exit
BUGS
====