diff options
Diffstat (limited to 'kern/shell.c')
-rw-r--r-- | kern/shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/shell.c b/kern/shell.c index ebfa7647..f8120e7f 100644 --- a/kern/shell.c +++ b/kern/shell.c @@ -691,7 +691,7 @@ shell_cmd_history(int argc, char *argv[]) static struct shell_cmd shell_default_cmds[] = { SHELL_CMD_INITIALIZER("help", shell_cmd_help, "help [command]", - "display help about shell commands"), + "obtain help about shell commands"), SHELL_CMD_INITIALIZER("history", shell_cmd_history, "history", "display history list"), |