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 /vm/vm_map.c | |
parent | 13de6a8b39d2de95d37ae4a070481385dec4bf9c (diff) |
Make shell command descriptions consistent
Diffstat (limited to 'vm/vm_map.c')
-rw-r--r-- | vm/vm_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/vm_map.c b/vm/vm_map.c index d7c7fa66..abe2aa83 100644 --- a/vm/vm_map.c +++ b/vm/vm_map.c @@ -725,7 +725,7 @@ error: static struct shell_cmd vm_map_shell_cmds[] = { SHELL_CMD_INITIALIZER("vm_map_info", vm_map_shell_info, "vm_map_info <task_name>", - "print information about a VM map"), + "display information about a VM map"), }; #endif /* X15_SHELL */ |