Skip to content

Commit

Permalink
doc/flux-proxy(1): update URI format
Browse files Browse the repository at this point in the history
Problem: the URI examples given in the man page
are no longer valid.

Append /local.

Fixes flux-framework#2745
  • Loading branch information
garlick committed Feb 15, 2020
1 parent 3af5a6b commit 1c7b9c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/man1/flux-proxy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c7b9c4

Please sign in to comment.