diff options
author | Simon Kågedal Reimer <skagedal@gmail.com> | 2013-06-10 22:26:24 +0200 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2013-06-10 20:32:40 -0400 |
commit | f0b95de7d521144113ff7ef7ff5946e35c90aae1 (patch) | |
tree | e0440e7b5dcd07e10880b7caa32aabd935d32219 /docs | |
parent | e2e16964ee6d68a7ef3b0bbcadb6922ce1e7f563 (diff) | |
download | gobject-introspection-f0b95de7d521144113ff7ef7ff5946e35c90aae1.tar.gz |
g-ir-scanner.1: Fix doc for --program
Binary takes --introspect-dump argument, not --introspect.
https://bugzilla.gnome.org/show_bug.cgi?id=701958
Diffstat (limited to 'docs')
-rw-r--r-- | docs/g-ir-scanner.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/g-ir-scanner.1 b/docs/g-ir-scanner.1 index a3726f5c..591df47b 100644 --- a/docs/g-ir-scanner.1 +++ b/docs/g-ir-scanner.1 @@ -80,7 +80,7 @@ eg 2.0 for Gtk+, not 2.12.7. .B \-p, --program=PROGRAM Specifies a binary that will be introspected. This means that the *_get_type() functions in it will be called for GObject data types. -The binary must be modified to take a --introspect= option, and +The binary must be modified to take a --introspect-dump= option, and to pass the argument to this function to g_irepository_dump. .TP .B \--program-arg=ARG |