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

pull/335/head
Damien George 2014-03-04 08:39:47 +00:00
rodzic a11906d03b
commit 635927bbce
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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