diff --git a/drivers/spi/spi_shell.c b/drivers/spi/spi_shell.c index a7e01d3e270a3..0c2c11af3f7fa 100644 --- a/drivers/spi/spi_shell.c +++ b/drivers/spi/spi_shell.c @@ -139,7 +139,7 @@ SHELL_STATIC_SUBCMD_SET_CREATE(sub_spi_cmds, SHELL_CMD_ARG(conf, &dsub_device_name, "Configure SPI\n" "Usage: spi conf []\n" - " - any sequence of letters:" + " - any sequence of letters:\n" "o - SPI_MODE_CPOL\n" "h - SPI_MODE_CPHA\n" "l - SPI_TRANSFER_LSB\n"