Skip to content

Commit e25585a

Browse files
committed
ssh: ssh_sftp manual fix
1 parent 5471ae5 commit e25585a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: lib/ssh/src/ssh_sftp.erl

+3
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ file transfer service available for SSH.
101101
-define(XF(S), S#state.xf).
102102
-define(REQID(S), S#state.req_id).
103103

104+
-doc """
105+
Specifies available SFTP options.
106+
""".
104107
-type sftp_option() :: {timeout, timeout()}
105108
| {sftp_vsn, pos_integer()}
106109
| {window_size, pos_integer()}

0 commit comments

Comments
 (0)