Skip to content

Commit 13b1358

Browse files
committed
Update text in Options.td
1 parent c78a38f commit 13b1358

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

lldb/tools/lldb-dap/Options.td

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ def: Separate<["-"], "c">,
6464

6565
def time_to_live: S<"time-to-live">,
6666
MetaVarName<"<ttl>">,
67-
HelpText<"When using --connection, the number of milliseconds to wait "
68-
"for new connections at the beginning and after all clients have "
69-
"disconnected. Not specifying this argument or specifying "
70-
"non-positive values will wait indefinitely.">;
67+
HelpText<"When using --connection, the number of seconds to wait for "
68+
"new connections after the server has started and after all clients "
69+
"have disconnected. New connections will reset the timer. When the "
70+
"timer is reached, the server will be closed and the process will "
71+
"exit. Not specifying this argument or specifying non-positive values "
72+
"will cause the server to wait for new connections indefinitely.">;

0 commit comments

Comments
 (0)