Skip to content

Commit

Permalink
doc: use a new URI format for flux-proxy
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dongahn committed Feb 15, 2020
1 parent 3af5a6b commit a264e2b
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 a264e2b

Please sign in to comment.