Home
last modified time | relevance | path

Searched refs:cmd_sep (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/shell/
Dshell_help.c186 static const char cmd_sep[] = " - "; /* commands separator */ in z_shell_help_cmd_print() local
189 field_width = z_shell_strlen(cmd->syntax) + z_shell_strlen(cmd_sep); in z_shell_help_cmd_print()
191 z_shell_fprintf(sh, SHELL_NORMAL, "%s%s", cmd->syntax, cmd_sep); in z_shell_help_cmd_print()