[typelib] Remove space/indent mismatch
[gnome.gobject-introspection] / docs / g-ir-generate.1
1 .TH "g-ir-generate" 1
2 .SH NAME
3 g-ir-generate \- typelib generator
4 .SH SYNOPSIS
5 .B g-ir-generate
6 [OPTION...] FILES...
7 .SH DESCRIPTION
8 g-idl-generate is an GIR generator, using the repository API. It generates
9 GIR files from a raw typelib or in a shared library (--shlib).
10 The output will be written to standard output unless the --output 
11 is specified.
12 .SH OPTIONS
13 .TP
14 .B \---help
15 Show help options
16 .TP
17 .B \, ---shlib=FILENAME
18 The shared library to read the symbols from.
19 .TP
20 .B \, ---output=FILENAME
21 Save the resulting output in FILENAME.
22 .TP
23 .SH BUGS
24 Report bugs at http://bugzilla.gnome.org/ in the glib product and
25 introspection component.
26 .SH HOMEPAGE and CONTACT
27 http://live.gnome.org/GObjectIntrospection
28 .SH AUTHORS
29 Mattias Clasen