diff options
Diffstat (limited to 'kern/syscnt.c')
-rw-r--r-- | kern/syscnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/syscnt.c b/kern/syscnt.c index 762f1439..d5fd28ab 100644 --- a/kern/syscnt.c +++ b/kern/syscnt.c @@ -54,7 +54,7 @@ syscnt_shell_info(int argc, char **argv) static struct shell_cmd syscnt_shell_cmds[] = { SHELL_CMD_INITIALIZER("syscnt_info", syscnt_shell_info, "syscnt_info [<prefix>]", - "show information about system counters"), + "display information about system counters"), }; #endif /* X15_SHELL */ |