aboutsummaryrefslogtreecommitdiff
path: root/toys/net/microcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/net/microcom.c')
-rw-r--r--toys/net/microcom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/net/microcom.c b/toys/net/microcom.c
index 62fe85e6..7311e9d7 100644
--- a/toys/net/microcom.c
+++ b/toys/net/microcom.c
@@ -12,8 +12,8 @@ config MICROCOM
Simple serial console.
- -s Set baud rate to SPEED
- -X Ignore ^@ (send break) and ^] (exit).
+ -s Set baud rate to SPEED
+ -X Ignore ^@ (send break) and ^] (exit).
*/
#define FOR_microcom