summaryrefslogtreecommitdiff
path: root/zephyr/help.c
AgeCommit message (Collapse)Author
2017-01-22zephyr: Convert to use builtin help function.Damien George
2017-01-20zephyr/help: Update n_args param type to size_t.Paul Sokolovsky
2016-10-12zephyr: Implement the help() function.Daniel Thompson
The boot issue text mentions a help() function and encourages the user to run it. It is very disconcerting to find that the function does not exist... Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>