mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 06:08:01 +02:00
2003-05-28 Colin Walters <walters@verbum.org>
* tools/dbus-monitor.c (main): Fix silly typo (s/--session/--system/).
This commit is contained in:
parent
2d86773903
commit
a2e144132e
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue