summaryrefslogtreecommitdiff
path: root/docs/g-ir-compiler.1
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@gmail.com>2015-08-03 22:23:28 -0400
committerColin Walters <walters@verbum.org>2015-09-29 23:38:11 -0400
commitd4234f61d093ec32444e27931aac4cb453922b25 (patch)
tree463360f20bac3dd54383cc0b8747142d756b811c /docs/g-ir-compiler.1
parent67a86420d4ffd394c2834fe3bf0a04f72a00283c (diff)
downloadgobject-introspection-d4234f61d093ec32444e27931aac4cb453922b25.tar.gz
docs: fix manpage flag formats
Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
Diffstat (limited to 'docs/g-ir-compiler.1')
-rw-r--r--docs/g-ir-compiler.114
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/g-ir-compiler.1 b/docs/g-ir-compiler.1
index 43c01199..5c312b36 100644
--- a/docs/g-ir-compiler.1
+++ b/docs/g-ir-compiler.1
@@ -10,25 +10,25 @@ The output will be written to standard output unless the --output
is specified.
.SH OPTIONS
.TP
-.B \---help
+.B \--help
Show help options
.TP
-.B \, ---output=FILENAME
+.B \--output=FILENAME
Save the resulting output in FILENAME.
.TP
-.B \---verbose
+.B \--verbose
Show verbose messages
.TP
-.B \---debug
+.B \--debug
Show debug messages
.TP
-.B \---includedir=DIRECTORY
+.B \--includedir=DIRECTORY
Adds a directory which will be used to find includes inside the GIR format.
.TP
-.B \---module=MODULE
+.B \--module=MODULE
FIXME
.TP
-.B \---shared-library=FILENAME
+.B \--shared-library=FILENAME
Specifies the shared library where the symbols in the typelib can be found.
The name of the library should not contain the leading lib prefix nor
the ending shared library suffix.