aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2024-03-13 20:24:16 +1000
committerSteve Bennett <steveb@workware.net.au>2024-03-21 10:06:24 +1000
commite23aea23d3e5cf6ed84f62f0d68a827f1d2780b6 (patch)
tree074d1400ad52e24ea26b33126cb1883df47a955c
parent3672848eebcb5dacedcdadbedd5fc553711a5beb (diff)
downloadjimtcl-e23aea23d3e5cf6ed84f62f0d68a827f1d2780b6.zip
jimtcl-e23aea23d3e5cf6ed84f62f0d68a827f1d2780b6.tar.gz
jimtcl-e23aea23d3e5cf6ed84f62f0d68a827f1d2780b6.tar.bz2
aio ttycontrol: Include break in usage
Signed-off-by: Steve Bennett <steveb@workware.net.au>
-rw-r--r--jim-aio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jim-aio.c b/jim-aio.c
index 7f1d608..4c59e1d 100644
--- a/jim-aio.c
+++ b/jim-aio.c
@@ -2195,7 +2195,7 @@ static const jim_subcmd_type aio_command_table[] = {
/* Description: Get or set tty settings - valid only on a tty */
},
{ "ttycontrol",
- "?rts 0|1? ?dtr 0|1?",
+ "?rts 0|1? ?dtr 0|1? ?break duration?",
aio_cmd_ttycontrol,
0,
-1,