Changed wrong help text

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42172 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2011-06-14 07:52:27 +00:00
parent 436dbf26ae
commit 4b2adaae5f
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ static int
dump_cache_info(int argc, char* argv[])
{
if (argc < 2) {
kprintf("usage: cache_info [address]\n");
kprintf("usage: slab_cache [address]\n");
return 0;
}