unix: Add to usage print-out telling about -X option.

This commit is contained in:
Damien George 2014-03-04 08:39:47 +00:00
parent a11906d03b
commit 635927bbce
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ mp_obj_t test_obj_new(int value) {
} }
int usage(void) { int usage(void) {
printf("usage: py [-c <command>] [<filename>]\n"); printf("usage: py [-c <command>] [-X <heap size>] [<filename>]\n");
return 1; return 1;
} }