From c6d4e1fa2b36c108b8cbf8247dc717e64b0643dc Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 4 May 2014 21:57:32 +0200 Subject: [PATCH] Documented the missing options for AppClient(1) --- doc/AppClient.xml | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/doc/AppClient.xml b/doc/AppClient.xml index 16342a0..fbf7a99 100644 --- a/doc/AppClient.xml +++ b/doc/AppClient.xml @@ -78,6 +78,50 @@ Options The following options are available: + + + + Enqueue a call to the method specified. + + + + + + Location of the service. It should include the name of the transport + protocol to use, such as "unix" or "tcp". + + + + + + Name of the service to connect to (in other words, the protocol to + speak). + + + + + + Add a double value as an argument to the current call. + + + + + + Add a float value as an argument to the current call. + + + + + + Add an integer value as an argument to the current call. + + + + + + Add a string value as an argument to the current call. + +