diff options
author | Havoc Pennington <hp@redhat.com> | 2003-05-16 20:09:25 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-05-16 20:09:25 +0000 |
commit | 306eab3e3d998472ad111146a12b7697ea96c9b9 (patch) | |
tree | 613b5918113060fb66b7122307d8a6d2c2c2344f /tools/dbus-send.1 | |
parent | ce53bbd7af4488b8374aeccc2e80fb2f7eff0683 (diff) |
2003-05-16 Havoc Pennington <hp@redhat.com>
* dbus/dbus-connection.c: disable verbose lock spew
* tools/dbus-send.c: add --print-reply command line option
* tools/dbus-print-message.h (print_message): new util function
shared by dbus-send and dbus-monitor
* tools/dbus-monitor.c (handler_func): exit on disconnect
* dbus/dbus-transport-unix.c (do_reading): if the transport is
disconnected, don't try to use the read_watch
* dbus/dbus-watch.c (dbus_watch_get_enabled): assert watch != NULL
so we can find this bug more easily
Diffstat (limited to 'tools/dbus-send.1')
-rw-r--r-- | tools/dbus-send.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/tools/dbus-send.1 b/tools/dbus-send.1 index 76358132..6f125c35 100644 --- a/tools/dbus-send.1 +++ b/tools/dbus-send.1 @@ -8,7 +8,7 @@ dbus-send \- Send a message to a message bus .SH SYNOPSIS .PP .B dbus-send -[\-\-session] [\-\-dest=SERVICE] <message name> [contents ...] +[\-\-session] [\-\-dest=SERVICE] [\-\-print-reply] <message name> [contents ...] .SH DESCRIPTION @@ -50,11 +50,14 @@ Here is an example invocation: .SH OPTIONS The following options are supported: .TP -.I "--session" -Use the per-login-session message bus instead of the systemwide bus. -.TP .I "--dest=SERVICE" Specify the service to receive the message. +.TP +.I "--print-reply" +Block for a reply to the message sent, and print any reply received. +.TP +.I "--session" +Use the per-login-session message bus instead of the systemwide bus. .SH AUTHOR dbus-send was written by Philip Blundell. |