Skip to content

Commit

Permalink
Merge pull request #2747 from dongahn/proxy_manpage
Browse files Browse the repository at this point in the history
doc: use a new URI format for flux-proxy
  • Loading branch information
mergify[bot] authored Feb 15, 2020
2 parents 82b2ea4 + c402fc8 commit 6918a51
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 6918a51

Please sign in to comment.