From a0064690c6b7d29abc240d18c3e229a1b506b930 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 31 Dec 2024 23:38:40 +0100 Subject: [PATCH] man/varlinkctl: remove unneeded absolute path in example --- man/varlinkctl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/varlinkctl.xml b/man/varlinkctl.xml index 37d8b6731a1..7ce622ad023 100644 --- a/man/varlinkctl.xml +++ b/man/varlinkctl.xml @@ -442,7 +442,7 @@ method Extend( To invoke a Varlink service binary directly on the remote host, rather than talking to a service via AF_UNIX can be done like this: - # varlinkctl call ssh-exec:somehost:/usr/bin/systemd-creds org.varlink.service.GetInfo '{}' + # varlinkctl call ssh-exec:somehost:systemd-creds org.varlink.service.GetInfo '{}' -- 2.47.3