[glib: 4/9] gobject-query: Make a --help string slightly more helpful




commit 993f3f4407107aa96f307eab334f454005097746
Author: Philip Withnall <pwithnall endlessos org>
Date:   Thu Jun 9 13:06:25 2022 +0100

    gobject-query: Make a --help string slightly more helpful
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 gobject/gobject-query.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gobject/gobject-query.c b/gobject/gobject-query.c
index 300f992b3c..84626d4251 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");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]