diff options
author | Colin Walters <walters@verbum.org> | 2003-05-28 21:26:03 +0000 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2003-05-28 21:26:03 +0000 |
commit | 432a84dfa54c80fff03326b5485c01d63d79651a (patch) | |
tree | df68f4807ebaaa63fc4b4f94592c0b53bd6b9a73 /tools | |
parent | 4f8fa0cacaf03cdb507e4671fe12c5c6a12359d5 (diff) |
2003-05-28 Colin Walters <walters@verbum.org>
* tools/dbus-monitor.c (main): Fix silly typo (s/--session/--system/).
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dbus-monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dbus-monitor.c b/tools/dbus-monitor.c index 9628c42..0829506 100644 --- a/tools/dbus-monitor.c +++ b/tools/dbus-monitor.c @@ -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); |