From: Havoc Pennington Date: Sun, 26 Feb 2006 01:06:33 +0000 (+0000) Subject: 2006-02-25 Havoc Pennington X-Git-Tag: dbus-0.62~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78891f0096013a69b959fdd5b4b2c8d4f3577244;p=thirdparty%2Fdbus.git 2006-02-25 Havoc Pennington * glib/dbus-glib-tool.c (usage): fix up the usage message, someone should make this thing use the new glib options parser --- diff --git a/ChangeLog b/ChangeLog index aa8f52dd9..311e29ea6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-02-25 Havoc Pennington + + * 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 * qt/Makefile.am: Patch by Sjoerd Simons. Fix the path to the diff --git a/glib/dbus-glib-tool.c b/glib/dbus-glib-tool.c index 2a8844d2c..37152eb85 100644 --- a/glib/dbus-glib-tool.c +++ b/glib/dbus-glib-tool.c @@ -246,7 +246,7 @@ lose_gerror (const char *prefix, GError *error) 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); }