]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2006-02-25 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Sun, 26 Feb 2006 01:06:33 +0000 (01:06 +0000)
committerHavoc Pennington <hp@redhat.com>
Sun, 26 Feb 2006 01:06:33 +0000 (01:06 +0000)
* glib/dbus-glib-tool.c (usage): fix up the usage message, someone
should make this thing use the new glib options parser

ChangeLog
glib/dbus-glib-tool.c

index aa8f52dd9e6c51e084109215aa2e7b1dd6e5da12..311e29ea6f41a003bbb37c82de9e3b786761a812 100644 (file)
--- 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
index 2a8844d2c36f275eb3e8471f6a66a557caefc931..37152eb857889e151fe1381ec48779fe4b6129ef 100644 (file)
@@ -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);
 }