Skip to content

Commit 9545ba3

Browse files
committed
ssh: Fix ssh_sftp:start_channel/2 spec
Closes erlang#9359
1 parent d0fed09 commit 9545ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ssh/src/ssh_sftp.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ start_channel(Dest) ->
154154
-> {ok,pid(),ssh:connection_ref()} | {error,reason()};
155155

156156
(ssh:connection_ref(),
157-
[sftp_option()]
157+
[ssh:client_option() | sftp_option()]
158158
)
159159
-> {ok,pid()} | {ok,pid(),ssh:connection_ref()} | {error,reason()};
160160

0 commit comments

Comments
 (0)