fix help printing

This commit is contained in:
Kelvin Sherlock 2013-03-27 23:49:12 -04:00
parent 2b66aeae0e
commit b8a17eb0f1

View File

@ -607,8 +607,9 @@ void help()
printf(" --trace-toolbox print toolbox calls\n");
printf(" --trace-mpw print mpw calls\n");
printf(" --memory stats print memory usage information\n");
printf(" --ram=<number> set the ram size. Default=16M");
printf(" --stack=<number> set the stack size. Default=8K");
printf(" --ram=<number> set the ram size. Default=16M\n");
printf(" --stack=<number> set the stack size. Default=8K\n");
printf("\n");
}
bool parse_number(const char *input, uint32_t *dest)