From c402fc8051b0a1a61cd5344e72fec86c3eb90f21 Mon Sep 17 00:00:00 2001 From: "Dong H. Ahn" Date: Fri, 14 Feb 2020 17:39:52 -0800 Subject: [PATCH] doc: use a new URI format for flux-proxy Problem: flux-proxy now requires "local" appended to the end of the URI for both local and remote connection, but the manpage still uses the old format. --- doc/man1/flux-proxy.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man1/flux-proxy.adoc b/doc/man1/flux-proxy.adoc index a6c1c88f6797..8ae1fb0ec420 100644 --- a/doc/man1/flux-proxy.adoc +++ b/doc/man1/flux-proxy.adoc @@ -32,14 +32,14 @@ EXAMPLES -------- Connect to a job running on the localhost which has a FLUX_URI -of local:///tmp/flux-123456-abcdef/0 and spawn an interactive +of local:///tmp/flux-123456-abcdef/0/local and spawn an interactive shell: - $ flux proxy local:///tmp/flux-123456-abcdef/0 + $ flux proxy local:///tmp/flux-123456-abcdef/0/local Connect to the same job remotely on host foo.com: - $ flux proxy ssh://foo.com/tmp/flux-123456-abcdef/0 + $ flux proxy ssh://foo.com/tmp/flux-123456-abcdef/0/local AUTHOR