Skip to content

Commit e23aea2

Browse files
committed
aio ttycontrol: Include break in usage
Signed-off-by: Steve Bennett <[email protected]>
1 parent 3672848 commit e23aea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jim-aio.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2195,7 +2195,7 @@ static const jim_subcmd_type aio_command_table[] = {
21952195
/* Description: Get or set tty settings - valid only on a tty */
21962196
},
21972197
{ "ttycontrol",
2198-
"?rts 0|1? ?dtr 0|1?",
2198+
"?rts 0|1? ?dtr 0|1? ?break duration?",
21992199
aio_cmd_ttycontrol,
22002200
0,
22012201
-1,

0 commit comments

Comments
 (0)