From e23aea23d3e5cf6ed84f62f0d68a827f1d2780b6 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Wed, 13 Mar 2024 20:24:16 +1000 Subject: aio ttycontrol: Include break in usage Signed-off-by: Steve Bennett --- jim-aio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.1