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 | 78891f0096013a69b959fdd5b4b2c8d4f3577244 (patch) | |
tree | aacbedf4a2bcba3ce0880e185ef3941c190e6955 /glib | |
parent | 20a8d827438bbd8a6e86eac58a8855dbe57a3564 (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
Diffstat (limited to 'glib')
-rw-r--r-- | glib/dbus-glib-tool.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |