mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +02:00
Use the right binary name in help output. Patch by Hiroyuki Ikezoe.
* gobject-query.c: Use the right binary name in help output. Patch by Hiroyuki Ikezoe. svn path=/trunk/; revision=7164
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2008-07-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Bug 539229 – gobject-query calls itself query
|
||||||
|
|
||||||
|
* gobject-query.c: Use the right binary name in help output.
|
||||||
|
Patch by Hiroyuki Ikezoe.
|
||||||
|
|
||||||
2008-07-04 Michael Natterer <mitch@imendio.com>
|
2008-07-04 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
* gobject.c: remove unused #define PREALLOC_CPARAMS.
|
* gobject.c: remove unused #define PREALLOC_CPARAMS.
|
||||||
|
@@ -103,7 +103,7 @@ show_nodes (GType type,
|
|||||||
static gint
|
static gint
|
||||||
help (gchar *arg)
|
help (gchar *arg)
|
||||||
{
|
{
|
||||||
g_fprintf (stderr, "usage: query <qualifier> [-r <type>] [-{i|b} \"\"] [-s #] [-{h|x|y}]\n");
|
g_fprintf (stderr, "usage: gobject-query <qualifier> [-r <type>] [-{i|b} \"\"] [-s #] [-{h|x|y}]\n");
|
||||||
g_fprintf (stderr, " -r specifiy root type\n");
|
g_fprintf (stderr, " -r specifiy root type\n");
|
||||||
g_fprintf (stderr, " -n don't descend type tree\n");
|
g_fprintf (stderr, " -n don't descend type tree\n");
|
||||||
g_fprintf (stderr, " -h guess what ;)\n");
|
g_fprintf (stderr, " -h guess what ;)\n");
|
||||||
|
Reference in New Issue
Block a user