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:
Jakub Rzeszutko 2018-12-05 11:45:06 +01:00 committed by Carles Cufí
commit b928b71756
15 changed files with 51 additions and 51 deletions

View file

@ -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.
*