Skip to content

Commit 1596ea4

Browse files
committed
Minor fix to connect_repl() documentation
1 parent c273759 commit 1596ea4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/client.jl

+3-2
Original file line numberDiff line numberDiff line change
@@ -455,8 +455,9 @@ _repl_client_connection = nothing
455455

456456
"""
457457
connect_repl([host=localhost,] port::Integer=$DEFAULT_PORT;
458-
use_ssh_tunnel = (host != localhost) ? :ssh : :none,
459-
ssh_opts = ``, repl=Base.active_repl, session_id = nothing)
458+
tunnel = (host != localhost) ? :ssh : :none,
459+
ssh_opts = ``, region=nothing, namespace=nothing,
460+
repl=Base.active_repl, session_id = nothing)
460461
461462
Connect client REPL to a remote `host` on `port`. This is then accessible as a
462463
remote sub-repl of the current Julia session.

0 commit comments

Comments
 (0)