diff --git a/FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/Readme.md b/FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/Readme.md
index 6e847070ab..fe9b2b7267 100644
--- a/FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/Readme.md
+++ b/FreeRTOS/Demo/CORTEX_M3_MPS2_QEMU_GCC/Readme.md
@@ -125,9 +125,9 @@ $ sudo qemu-system-arm -machine mps2-an385 -monitor null -semihosting \
-kernel ./build/RTOSDemo.axf \
-serial stdio -nographic -s -S
```
-The options:
-`-s` allows gdb to be attached to the process remotely at port 1234
-`-S` starts the program in the paused state.
+The options:
+`-s` allows gdb to be attached to the process remotely at port 1234
+`-S` starts the program in the paused state.
3. Open another terminal to run GDB and connect to the process:
```