mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01: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:
parent
a13f57c524
commit
6b4da7c5e1
@ -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>
|
||||
|
||||
* gobject.c: remove unused #define PREALLOC_CPARAMS.
|
||||
|
@ -103,7 +103,7 @@ show_nodes (GType type,
|
||||
static gint
|
||||
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, " -n don't descend type tree\n");
|
||||
g_fprintf (stderr, " -h guess what ;)\n");
|
||||
|
Loading…
Reference in New Issue
Block a user