diff options
Diffstat (limited to 'miscutils/microcom.c')
-rw-r--r-- | miscutils/microcom.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/miscutils/microcom.c b/miscutils/microcom.c index dfc9771d8..c6ba476db 100644 --- a/miscutils/microcom.c +++ b/miscutils/microcom.c | |||
@@ -7,6 +7,11 @@ | |||
7 | * | 7 | * |
8 | * Licensed under GPLv2, see file LICENSE in this source tree. | 8 | * Licensed under GPLv2, see file LICENSE in this source tree. |
9 | */ | 9 | */ |
10 | //config:config MICROCOM | ||
11 | //config: bool "microcom" | ||
12 | //config: default y | ||
13 | //config: help | ||
14 | //config: The poor man's minicom utility for chatting with serial port devices. | ||
10 | 15 | ||
11 | //usage:#define microcom_trivial_usage | 16 | //usage:#define microcom_trivial_usage |
12 | //usage: "[-d DELAY] [-t TIMEOUT] [-s SPEED] [-X] TTY" | 17 | //usage: "[-d DELAY] [-t TIMEOUT] [-s SPEED] [-X] TTY" |