From bf6d68926435e9a26eca277d06b57f9dc4b7bfef Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sun, 30 Jun 2013 13:13:35 -0400 Subject: [PATCH] fix help typo --- bin/loader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/loader.cpp b/bin/loader.cpp index c28c9ba..80032f9 100644 --- a/bin/loader.cpp +++ b/bin/loader.cpp @@ -389,7 +389,7 @@ void help() printf(" --trace-macsbug print macsbug names\n"); printf(" --trace-toolbox print toolbox calls\n"); printf(" --trace-mpw print mpw calls\n"); - printf(" --memory stats print memory usage information\n"); + printf(" --memory-stats print memory usage information\n"); printf(" --ram= set the ram size. Default=16M\n"); printf(" --stack= set the stack size. Default=8K\n"); printf("\n");