summaryrefslogtreecommitdiff
path: root/kern/kmem.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-06-24 17:51:37 +0200
committerRichard Braun <rbraun@sceen.net>2017-06-24 17:51:37 +0200
commitd59e9a82fd76a1c585cdb55bb5ccb5228ce83646 (patch)
treeec8cdcc2d292ff366a404df3b7f99ad84f537960 /kern/kmem.c
parent13de6a8b39d2de95d37ae4a070481385dec4bf9c (diff)
Make shell command descriptions consistent
Diffstat (limited to 'kern/kmem.c')
-rw-r--r--kern/kmem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/kmem.c b/kern/kmem.c
index 6aded092..90557310 100644
--- a/kern/kmem.c
+++ b/kern/kmem.c
@@ -1168,7 +1168,7 @@ kmem_shell_info(int argc, char **argv)
static struct shell_cmd kmem_shell_cmds[] = {
SHELL_CMD_INITIALIZER("kmem_info", kmem_shell_info,
"kmem_info [<cache_name>]",
- "print information about kernel memory and caches"),
+ "display information about kernel memory and caches"),
};
#endif /* X15_SHELL */