summaryrefslogtreecommitdiffstats
path: root/tools/dbus-monitor.1
diff options
context:
space:
mode:
authorDaniel Reed <djr@redhat.com>2009-07-13 14:06:26 -0400
committerColin Walters <walters@verbum.org>2009-07-13 14:06:41 -0400
commite4b271e2425a36884b5e3e70e6a32d440b41d145 (patch)
treeb95715cd38225e742eb595ae1911013d656ac10b /tools/dbus-monitor.1
parent97c58ace430fb58cedfc1e5c83db9759063b6946 (diff)
Bug 2432 - Support --address option for dbus-monitor
Signed-off-by: Colin Walters <walters@verbum.org>
Diffstat (limited to 'tools/dbus-monitor.1')
-rw-r--r--tools/dbus-monitor.15
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/dbus-monitor.1 b/tools/dbus-monitor.1
index f793e7eb..c24c14d9 100644
--- a/tools/dbus-monitor.1
+++ b/tools/dbus-monitor.1
@@ -8,7 +8,7 @@ dbus-monitor \- debug probe to print message bus messages
.SH SYNOPSIS
.PP
.B dbus-monitor
-[\-\-system | \-\-session] [\-\-profile | \-\-monitor]
+[\-\-system | \-\-session | \-\-address ADDRESS] [\-\-profile | \-\-monitor]
[watch expressions]
.SH DESCRIPTION
@@ -51,6 +51,9 @@ Monitor the system message bus.
.I "--session"
Monitor the session message bus. (This is the default.)
.TP
+.I "--address ADDRESS"
+Monitor an arbitrary message bus given at ADDRESS.
+.TP
.I "--profile"
Use the profiling output format.
.TP