diff --git a/sys/include/shell.h b/sys/include/shell.h index 3d8f02e8b4b2bb56a1dddb388501b9f861c49cb4..301dd46d6fb23d038466094312614a61fae636d7 100644 --- a/sys/include/shell.h +++ b/sys/include/shell.h @@ -35,7 +35,7 @@ extern "C" { /** * @brief Protype of a shell callback handler. - * @details The functions supplied to shell_init() must use this signature. + * @details The functions supplied to shell_run() must use this signature. * The argument list is terminated with a NULL, i.e ``argv[argc] == NULL`. * ``argv[0]`` is the function name. *