diff options
author | Richard Braun <rbraun@sceen.net> | 2017-06-24 17:51:37 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-06-24 17:51:37 +0200 |
commit | d59e9a82fd76a1c585cdb55bb5ccb5228ce83646 (patch) | |
tree | ec8cdcc2d292ff366a404df3b7f99ad84f537960 /kern/task.c | |
parent | 13de6a8b39d2de95d37ae4a070481385dec4bf9c (diff) |
Make shell command descriptions consistent
Diffstat (limited to 'kern/task.c')
-rw-r--r-- | kern/task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/task.c b/kern/task.c index af3cb4c4..9764cfe0 100644 --- a/kern/task.c +++ b/kern/task.c @@ -96,7 +96,7 @@ error: static struct shell_cmd task_shell_cmds[] = { SHELL_CMD_INITIALIZER("task_info", task_shell_info, "task_info [<task_name>]", - "print tasks and threads"), + "display tasks and threads"), }; #endif /* X15_SHELL */ |