Skip to content

Commit

Permalink
[nrf fromlist] shell: Add a space after colon
Browse files Browse the repository at this point in the history
Just a cosmetic change, but IMHO the help looks much better now :).

Upstream PR: zephyrproject-rtos/zephyr#66876

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
(cherry picked from commit 72453d6)
Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
(cherry picked from commit 89aa0c5)
  • Loading branch information
krish2718 authored and jfischer-no committed Feb 29, 2024
1 parent 8a95bf4 commit b8a072b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/shell/shell_help.c
Expand Up @@ -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);
Expand Down

0 comments on commit b8a072b

Please sign in to comment.