shell: rename shell_help_print function
Function printing help has been renamed to shell_help. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
This commit is contained in:
parent
9e958b405c
commit
b928b71756
15 changed files with 51 additions and 51 deletions
|
@ -640,7 +640,7 @@ int shell_prompt_change(const struct shell *shell, char *prompt);
|
|||
*
|
||||
* @param[in] shell Pointer to the shell instance.
|
||||
*/
|
||||
void shell_help_print(const struct shell *shell);
|
||||
void shell_help(const struct shell *shell);
|
||||
|
||||
/** @brief Execute command.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue