diff options
author | Havoc Pennington <hp@redhat.com> | 2006-02-26 01:06:33 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2006-02-26 01:06:33 +0000 |
commit | 20c70e09b2b8d140c196398fbd56675cd926c9a8 (patch) | |
tree | 03fb2b9e55738f3b10a150c0553691e9607c0cc9 | |
parent | 19bdff096ab9dbbb4916c98380dfab2d30f48ec8 (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-- | ChangeLog | 5 | ||||
-rw-r--r-- | glib/dbus-glib-tool.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 2a8844d..37152eb 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); } |