From e4b271e2425a36884b5e3e70e6a32d440b41d145 Mon Sep 17 00:00:00 2001 From: Daniel Reed Date: Mon, 13 Jul 2009 14:06:26 -0400 Subject: Bug 2432 - Support --address option for dbus-monitor Signed-off-by: Colin Walters --- tools/dbus-monitor.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools/dbus-monitor.1') 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 -- cgit