2003-05-28 Colin Walters <walters@verbum.org>

* tools/dbus-monitor.c (main): Fix silly typo (s/--session/--system/).
This commit is contained in:
Colin Walters 2003-05-28 21:26:03 +00:00
parent 2d86773903
commit a2e144132e
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-05-28 Colin Walters <walters@verbum.org>
* tools/dbus-monitor.c (main): Fix silly typo (s/--session/--system/).
2003-05-18 Anders Carlsson <andersca@codefactory.se>
* dbus/dbus-message.c (dbus_message_new): Remove @todo.

View file

@ -64,7 +64,7 @@ main (int argc, char *argv[])
{
char *arg = argv[i];
if (!strcmp (arg, "--session"))
if (!strcmp (arg, "--system"))
type = DBUS_BUS_SYSTEM;
else if (!strcmp (arg, "--help"))
usage (argv[0], 0);