mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +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
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
====
|
||||
|
@ -35,6 +35,9 @@ OPTIONS
|
||||
--output=FILENAME
|
||||
Save the resulting output in FILENAME.
|
||||
|
||||
--version
|
||||
Show program's version number and exit
|
||||
|
||||
|
||||
BUGS
|
||||
====
|
||||
|
Loading…
Reference in New Issue
Block a user