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 edaeb6f..5e29a1a 100644 --- a/miscutils/microcom.c +++ b/miscutils/microcom.c @@ -12,7 +12,6 @@ //usage: "[-d DELAY] [-t TIMEOUT] [-s SPEED] [-X] TTY" //usage:#define microcom_full_usage "\n\n" //usage: "Copy bytes for stdin to TTY and from TTY to stdout\n" -//usage: "\nOptions:" //usage: "\n -d Wait up to DELAY ms for TTY output before sending every" //usage: "\n next byte to it" //usage: "\n -t Exit if both stdin and TTY are silent for TIMEOUT ms" |