man/varlinkctl: remove unneeded absolute path in example

This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2024-12-31 23:38:40 +01:00
parent aa0f0dd814
commit a0064690c6

View File

@@ -442,7 +442,7 @@ method Extend(
<para>To invoke a Varlink service binary directly on the remote host, rather than talking to a service
via <constant>AF_UNIX</constant> can be done like this:</para>
<programlisting># varlinkctl call ssh-exec:somehost:/usr/bin/systemd-creds org.varlink.service.GetInfo '{}'</programlisting>
<programlisting># varlinkctl call ssh-exec:somehost:systemd-creds org.varlink.service.GetInfo '{}'</programlisting>
</example>
</refsect1>