mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
Add a --version option to g-ir-compiler and g-ir-generate.
Resolves: gobject-introspection#55
This commit is contained in:
parent
8d699b6268
commit
1bda59fcc9
@ -63,6 +63,9 @@ FIXME
|
|||||||
Specifies the shared library where the symbols in the typelib can be
|
Specifies the shared library where the symbols in the typelib can be
|
||||||
found. The name of the library should not contain the ending shared
|
found. The name of the library should not contain the ending shared
|
||||||
library suffix.
|
library suffix.
|
||||||
|
.TP
|
||||||
|
.B \-\-version
|
||||||
|
Show program\(aqs version number and exit
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
.sp
|
.sp
|
||||||
|
@ -49,6 +49,9 @@ The shared library to read the symbols from.
|
|||||||
.TP
|
.TP
|
||||||
.BI \-\-output\fB= FILENAME
|
.BI \-\-output\fB= FILENAME
|
||||||
Save the resulting output in FILENAME.
|
Save the resulting output in FILENAME.
|
||||||
|
.TP
|
||||||
|
.B \-\-version
|
||||||
|
Show program\(aqs version number and exit
|
||||||
.UNINDENT
|
.UNINDENT
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
.sp
|
.sp
|
||||||
|
@ -49,6 +49,9 @@ OPTIONS
|
|||||||
found. The name of the library should not contain the ending shared
|
found. The name of the library should not contain the ending shared
|
||||||
library suffix.
|
library suffix.
|
||||||
|
|
||||||
|
--version
|
||||||
|
Show program's version number and exit
|
||||||
|
|
||||||
|
|
||||||
BUGS
|
BUGS
|
||||||
====
|
====
|
||||||
|
@ -35,6 +35,9 @@ OPTIONS
|
|||||||
--output=FILENAME
|
--output=FILENAME
|
||||||
Save the resulting output in FILENAME.
|
Save the resulting output in FILENAME.
|
||||||
|
|
||||||
|
--version
|
||||||
|
Show program's version number and exit
|
||||||
|
|
||||||
|
|
||||||
BUGS
|
BUGS
|
||||||
====
|
====
|
||||||
|
Loading…
Reference in New Issue
Block a user