summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Gnatenko <ignatenko@src.gnome.org>2016-08-17 16:32:22 +0200
committerIgor Gnatenko <ignatenko@src.gnome.org>2016-08-17 16:32:22 +0200
commit40a5e5df2dd75f40b850a95c715b66dc85cc9506 (patch)
tree32f8175aa186149b2af520d5687141e4750ec77e
parenta816e723ea4bfdacc36b1abd65c180f399964079 (diff)
downloadgobject-introspection-40a5e5df2dd75f40b850a95c715b66dc85cc9506.tar.gz
g-ir-inspect: make description for --version a bit better
Reported-and-tested-by: Dominique Leuenberger <dimstar@opensuse.org> Signed-off-by: Igor Gnatenko <ignatenko@src.gnome.org> Reviewed-by: Colin Walters <walters@verbum.org>
-rw-r--r--tools/g-ir-inspect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/g-ir-inspect.c b/tools/g-ir-inspect.c
index 2e68824b..6152f9af 100644
--- a/tools/g-ir-inspect.c
+++ b/tools/g-ir-inspect.c
@@ -70,7 +70,7 @@ main (gint argc,
GStrv namespaces = NULL;
const gchar *namespace = NULL;
const GOptionEntry options[] = {
- { "version", 0, 0, G_OPTION_ARG_STRING, &version, "Version", "VERSION" },
+ { "version", 0, 0, G_OPTION_ARG_STRING, &version, "Typelib version to inspect", "VERSION" },
{ "print-shlibs", 0, 0, G_OPTION_ARG_NONE, &opt_shlibs, "List the shared libraries the typelib requires" },
{ "print-typelibs", 0, 0, G_OPTION_ARG_NONE, &opt_typelibs, "List other typelibs the inspected typelib requires" },
{ G_OPTION_REMAINING, 0, 0, G_OPTION_ARG_STRING_ARRAY, &namespaces, "The typelib to inspect", "NAMESPACE" },