* glib/dbus-glib-tool.c (usage): fix up the usage message, someone
should make this thing use the new glib options parser
+2006-02-25 Havoc Pennington <hp@redhat.com>
+
+ * glib/dbus-glib-tool.c (usage): fix up the usage message, someone
+ should make this thing use the new glib options parser
+
2006-02-25 Thiago Macieira <thiago.macieira@trolltech.com>
* qt/Makefile.am: Patch by Sjoerd Simons. Fix the path to the
static void
usage (int ecode)
{
- fprintf (stderr, "dbus-binding-tool [--version] [--help] [--pretty-print]\n");
+ fprintf (stderr, "dbus-binding-tool [--version] [--help] --mode=[pretty|glib-server|glib-client] [--ignore-unsupported] [--force] [--output=FILE] [--prefix=SYMBOL_PREFIX]\n");
exit (ecode);
}