summaryrefslogtreecommitdiff
path: root/docs/g-ir-scanner.1
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-06-25 13:23:49 -0400
committerColin Walters <walters@verbum.org>2010-07-07 11:07:17 -0400
commitcb268efadd68c0d67965e683a26966d760cd33ca (patch)
tree5163f0fa47d6f30d1b106afa9db975f6d2989e91 /docs/g-ir-scanner.1
parent1afcef9b497f77df84ea80b46071ce3dd0f03a4e (diff)
downloadgobject-introspection-cb268efadd68c0d67965e683a26966d760cd33ca.tar.gz
In verbose mode, print out the dump compilation
When debugging the dumper, it's extremely useful to be able to see the argument it's passing to the compiler/linker. This patch makes g-ir-scanner work the same way as libtool basically; we default to printing out stuff, and add a --quiet option. The Makefile.introspection handles passing --quiet automatically. https://bugzilla.gnome.org/show_bug.cgi?id=622751
Diffstat (limited to 'docs/g-ir-scanner.1')
-rw-r--r--docs/g-ir-scanner.13
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/g-ir-scanner.1 b/docs/g-ir-scanner.1
index 5089e6b5..b43d3f18 100644
--- a/docs/g-ir-scanner.1
+++ b/docs/g-ir-scanner.1
@@ -18,6 +18,9 @@ header file (.h). Currently only C based libraries are supported by the scanner.
.B \--help
Show help options
.TP
+.B \--quiet
+If passed, do not print details of normal operation.
+.TP
.B \--warn-all
Display warnings for public API which is not introspectable.
.TP