mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Fix mispelling in help output. (#53952, Skip Montanaro)
Thu May 31 17:56:47 2001 Owen Taylor <otaylor@redhat.com> * gobject-query.c: Fix mispelling in help output. (#53952, Skip Montanaro)
This commit is contained in:
parent
08e47ea9f4
commit
1fb8a98a89
@ -1,3 +1,8 @@
|
|||||||
|
Thu May 31 17:56:47 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* gobject-query.c: Fix mispelling in help output.
|
||||||
|
(#53952, Skip Montanaro)
|
||||||
|
|
||||||
2001-05-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
2001-05-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
* Makefile.am (EXTRA_DIST): Really distribute glib-mkenums, now
|
* Makefile.am (EXTRA_DIST): Really distribute glib-mkenums, now
|
||||||
|
@ -105,9 +105,9 @@ help (gchar *arg)
|
|||||||
fprintf (stderr, " -r specifiy root type\n");
|
fprintf (stderr, " -r specifiy root type\n");
|
||||||
fprintf (stderr, " -n don't descend type tree\n");
|
fprintf (stderr, " -n don't descend type tree\n");
|
||||||
fprintf (stderr, " -h guess what ;)\n");
|
fprintf (stderr, " -h guess what ;)\n");
|
||||||
fprintf (stderr, " -b specifiy indent string\n");
|
fprintf (stderr, " -b specify indent string\n");
|
||||||
fprintf (stderr, " -i specifiy incremental indent string\n");
|
fprintf (stderr, " -i specify incremental indent string\n");
|
||||||
fprintf (stderr, " -s specifiy line spacing\n");
|
fprintf (stderr, " -s specify line spacing\n");
|
||||||
fprintf (stderr, "qualifiers:\n");
|
fprintf (stderr, "qualifiers:\n");
|
||||||
fprintf (stderr, " froots iterate over fundamental roots\n");
|
fprintf (stderr, " froots iterate over fundamental roots\n");
|
||||||
fprintf (stderr, " tree print BSE type tree\n");
|
fprintf (stderr, " tree print BSE type tree\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user