summaryrefslogtreecommitdiff
path: root/gobject/gobject-query.c
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2022-06-09 13:06:25 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2022-06-09 13:06:25 +0100
commit993f3f4407107aa96f307eab334f454005097746 (patch)
tree9507cd1c8c6bf7cf71b67c6b4816c8266fac52c9 /gobject/gobject-query.c
parent98e6ac788e08501e7c8d50b01c2a71ac9e0d25fc (diff)
downloadglib-993f3f4407107aa96f307eab334f454005097746.tar.gz
gobject-query: Make a --help string slightly more helpful
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
Diffstat (limited to 'gobject/gobject-query.c')
-rw-r--r--gobject/gobject-query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gobject-query.c b/gobject/gobject-query.c
index 300f992b3..84626d425 100644
--- a/gobject/gobject-query.c
+++ b/gobject/gobject-query.c
@@ -88,7 +88,7 @@ help (gchar *arg)
g_fprintf (stderr, "usage: gobject-query <qualifier> [-r <type>] [-{i|b} \"\"] [-s #] [-{h|x|y}]\n");
g_fprintf (stderr, " -r specify root type\n");
g_fprintf (stderr, " -n don't descend type tree\n");
- g_fprintf (stderr, " -h guess what ;)\n");
+ g_fprintf (stderr, " -h show help\n");
g_fprintf (stderr, " -b specify indent string\n");
g_fprintf (stderr, " -i specify incremental indent string\n");
g_fprintf (stderr, " -s specify line spacing\n");