From d59e9a82fd76a1c585cdb55bb5ccb5228ce83646 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Sat, 24 Jun 2017 17:51:37 +0200 Subject: Make shell command descriptions consistent --- kern/task.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kern/task.c') 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 []", - "print tasks and threads"), + "display tasks and threads"), }; #endif /* X15_SHELL */ -- cgit v1.2.3