diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-02-08 14:14:01 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-02-14 16:15:59 +0000 |
commit | 666344fc6739e76e50811e9a72890387cfe37cb3 (patch) | |
tree | 56bf19249fb61576de62aba6f607e48ab4200941 /tools | |
parent | f5c7892c66e816d1046531e4d0e8d72e9e4c6b3f (diff) | |
download | dbus-666344fc6739e76e50811e9a72890387cfe37cb3.tar.gz |
dbus-send.1, dbus-send: document --print-reply=literal consistently
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=14005
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Lennart Poettering <lennart@poettering.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dbus-send.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dbus-send.c b/tools/dbus-send.c index e5df15cf..e403a587 100644 --- a/tools/dbus-send.c +++ b/tools/dbus-send.c @@ -51,7 +51,7 @@ static const char *appname; static void usage (int ecode) { - fprintf (stderr, "Usage: %s [--help] [--system | --session | --address=ADDRESS] [--dest=NAME] [--type=TYPE] [--print-reply=(literal)] [--reply-timeout=MSEC] <destination object path> <message name> [contents ...]\n", appname); + fprintf (stderr, "Usage: %s [--help] [--system | --session | --address=ADDRESS] [--dest=NAME] [--type=TYPE] [--print-reply[=literal]] [--reply-timeout=MSEC] <destination object path> <message name> [contents ...]\n", appname); exit (ecode); } |