X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fbusctl.xml;h=730a3344d6cb90610ec1d34136cc4f8cb67fff60;hp=6f940c3eb64dc97ec42ce35902b60d4519830996;hb=d55192add75584f55932ad463ee6b4cc30370c63;hpb=86349ffe49092345269762e3274121133604c3d4 diff --git a/man/busctl.xml b/man/busctl.xml index 6f940c3eb..730a3344d 100644 --- a/man/busctl.xml +++ b/man/busctl.xml @@ -227,7 +227,24 @@ along with systemd; If not, see . call SERVICE OBJECT INTERFACE METHOD SIGNATURE PARAMETERS - Invoke a method and show the response. + Invoke a method and show the response. Takes a + service name, object path, interface name and method name. If + parameters shall be passed to the method call a signature + string is required, followed by the individual parameters, + individually formatted as textual arguments. + + + + get-property SERVICE OBJECT INTERFACE PROPERTIES + + Retrieve the current value one or more object + properties. Takes a service name and object path. Optionally + takes an interface name and property name. If the property + name is omited, shows all properties on the selected + interface. If the interface is also omitted shows the + properties of all interfaces. Multiple properties may be + specified at once in which case their values will be shown one + after the other.