aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-04-30 09:37:23 +0200
committerFredrik Gustafsson <[email protected]>2013-04-30 09:37:23 +0200
commit07f133a26d88a015ba6957fdacde0ddd0f59704d (patch)
tree3aff58018b9ace6c5a408687b6d073b9b4317bbc /lib/common_test
parentd93043ca0839e659abada62b0c6cf4d441808acf (diff)
downloadotp-07f133a26d88a015ba6957fdacde0ddd0f59704d.tar.gz
otp-07f133a26d88a015ba6957fdacde0ddd0f59704d.tar.bz2
otp-07f133a26d88a015ba6957fdacde0ddd0f59704d.zip
common_test: Added documentation for wait_for_linebreak option
Diffstat (limited to 'lib/common_test')
-rw-r--r--lib/common_test/src/ct_telnet.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_telnet.erl b/lib/common_test/src/ct_telnet.erl
index beb3c1d649..93f76cf298 100644
--- a/lib/common_test/src/ct_telnet.erl
+++ b/lib/common_test/src/ct_telnet.erl
@@ -37,7 +37,8 @@
%%% {command_timeout,Millisec},
%%% {reconnection_attempts,N},
%%% {reconnection_interval,Millisec},
-%%% {keep_alive,Bool}]}.</pre>
+%%% {keep_alive,Bool},
+%% {wait_for_linebreak, Bool}]}.</pre>
%%% <p><code>Millisec = integer(), N = integer()</code></p>
%%% <p>Enter the <code>telnet_settings</code> term in a configuration
%%% file included in the test and ct_telnet will retrieve the information