summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-02-26 01:06:33 +0000
committerHavoc Pennington <hp@redhat.com>2006-02-26 01:06:33 +0000
commit78891f0096013a69b959fdd5b4b2c8d4f3577244 (patch)
treeaacbedf4a2bcba3ce0880e185ef3941c190e6955
parent20a8d827438bbd8a6e86eac58a8855dbe57a3564 (diff)
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
-rw-r--r--ChangeLog5
-rw-r--r--glib/dbus-glib-tool.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aa8f52dd..311e29ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
diff --git a/glib/dbus-glib-tool.c b/glib/dbus-glib-tool.c
index 2a8844d2..37152eb8 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);
}