diff options
Diffstat (limited to 'miscutils/microcom.c')
-rw-r--r-- | miscutils/microcom.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/miscutils/microcom.c b/miscutils/microcom.c index edaeb6fa5..5e29a1acd 100644 --- a/miscutils/microcom.c +++ b/miscutils/microcom.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //usage: "[-d DELAY] [-t TIMEOUT] [-s SPEED] [-X] TTY" | 12 | //usage: "[-d DELAY] [-t TIMEOUT] [-s SPEED] [-X] TTY" |
13 | //usage:#define microcom_full_usage "\n\n" | 13 | //usage:#define microcom_full_usage "\n\n" |
14 | //usage: "Copy bytes for stdin to TTY and from TTY to stdout\n" | 14 | //usage: "Copy bytes for stdin to TTY and from TTY to stdout\n" |
15 | //usage: "\nOptions:" | ||
16 | //usage: "\n -d Wait up to DELAY ms for TTY output before sending every" | 15 | //usage: "\n -d Wait up to DELAY ms for TTY output before sending every" |
17 | //usage: "\n next byte to it" | 16 | //usage: "\n next byte to it" |
18 | //usage: "\n -t Exit if both stdin and TTY are silent for TIMEOUT ms" | 17 | //usage: "\n -t Exit if both stdin and TTY are silent for TIMEOUT ms" |