diff options
author | Fredrik Gustafsson <[email protected]> | 2012-11-08 15:25:45 +0100 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2012-11-08 15:25:45 +0100 |
commit | 0f2b8f9905de6290bc570c4c101490b144060504 (patch) | |
tree | 8695e243663f8998e6cb1da50e4ae8379ebc5cae /lib/ssh/doc/src/ssh.xml | |
parent | 062d36c77ef77f58366e4f3c77ef4cb34f097c63 (diff) | |
download | otp-0f2b8f9905de6290bc570c4c101490b144060504.tar.gz otp-0f2b8f9905de6290bc570c4c101490b144060504.tar.bz2 otp-0f2b8f9905de6290bc570c4c101490b144060504.zip |
Doc for quiet_mode
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 4ab25a8f9b..57f09c0cf0 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -183,6 +183,10 @@ <c><![CDATA[add_host_key/3]]></c>. This is considered somewhat experimental and will be better documented later on.</p> </item> + <tag><c><![CDATA[{quiet_mode, atom() = boolean()}]]></c></tag> + <item> + <p>If true, the client will not print out anything on authorization.</p> + </item> <tag><c><![CDATA[{fd, file_descriptor()}]]></c></tag> <item> <p>Allow an existing file-descriptor to be used |