shell: Add a space after colon

Just a cosmetic change, but IMHO the help looks much better now :).

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
Chaitanya Tata 2023-12-22 14:20:22 +05:30 committed by Anas Nashif
parent 352ee50af7
commit 66f63455ea

View file

@ -139,7 +139,7 @@ static void help_item_print(const struct shell *sh, const char *item_name,
z_cursor_next_line_move(sh);
return;
} else {
z_shell_fprintf(sh, SHELL_NORMAL, "%s:", tabulator);
z_shell_fprintf(sh, SHELL_NORMAL, "%s: ", tabulator);
}
/* print option help */
formatted_text_print(sh, item_help, offset, false);