summaryrefslogtreecommitdiff
path: root/src/cli.gaa
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.gaa')
-rw-r--r--src/cli.gaa2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.gaa b/src/cli.gaa
index 86c4323247..da853449bd 100644
--- a/src/cli.gaa
+++ b/src/cli.gaa
@@ -18,7 +18,7 @@ option (d, debug) INT "integer" { $debug = $1 } "Enable debugging"
option (r, resume) { $resume = 1 } "Connect, establish a session. Connect again and resume this session."
#int starttls;
-option (s, starttls) { $starttls = 1 } "Connect, establish a plain session and start TLS when EOF is sent from the keyboard."
+option (s, starttls) { $starttls = 1 } "Connect, establish a plain session and start TLS when EOF or a SIGALRM is received."
#int crlf;
option (crlf) { $crlf = 1 } "Send CR LF instead of LF."