From 78891f0096013a69b959fdd5b4b2c8d4f3577244 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 26 Feb 2006 01:06:33 +0000 Subject: 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 --- ChangeLog | 5 +++++ glib/dbus-glib-tool.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index aa8f52dd..311e29ea 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 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); } -- cgit