Skip to content

Commit

Permalink
aio ttycontrol: Include break in usage
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Bennett <steveb@workware.net.au>
  • Loading branch information
msteveb committed Mar 21, 2024
1 parent 3672848 commit e23aea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jim-aio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e23aea2

Please sign in to comment.