Skip to content

Commit 4c30306

Browse files
committed
Fix capitalized shortcuts in command-line and terminal help
1 parent 15d50d7 commit 4c30306

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -527,12 +527,12 @@ There are various options to `mbed sterm`:
527527
You can also set default port, baudrate and echo mode using the `TERM_PORT`, `TERM_BAUDRATE` and `TERM_ECHO` Mbed CLI configuration options.
528528

529529
The following shortcuts are available within the serial terminal:
530-
- CTRL+B - Send Break (reset target)
531-
- CTRL+C - Exit terminal
532-
- CTRL+E - Toggle local echo
533-
- CTRL+H - Help
534-
- CTRL+T - Menu escape key
535-
- _Even more shortcuts are available through the Menu shortcut. Check the help within the serial terminal (CTRL+H).__
530+
- Ctrl+b - Send Break (reset target)
531+
- Ctrl+c - Exit terminal
532+
- Ctrl+e - Toggle local echo
533+
- Ctrl+h - Help
534+
- Ctrl+t - Menu escape key
535+
- _Even more shortcuts are available through the Menu shortcut. Check the help within the serial terminal (Ctrl+h).__
536536

537537
To automate things, you can also add the `--sterm` option to `mbed compile -f` to compile a new program, flash the program/firmware image to the connected target and then open serial terminal to it's COM port:
538538

0 commit comments

Comments
 (0)