diff options
author | Damien George <damien.p.george@gmail.com> | 2014-03-04 08:39:47 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-03-04 08:39:47 +0000 |
commit | 635927bbce0f44bcd5978822ef08950936805436 (patch) | |
tree | 775c7ee6ed5208972cf33b23492ae6609527a647 /unix/main.c | |
parent | a11906d03b5edcd1b0fe8647572f628557e503c5 (diff) |
unix: Add to usage print-out telling about -X option.
Diffstat (limited to 'unix/main.c')
-rw-r--r-- | unix/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/main.c b/unix/main.c index 32f3210c8..fb0a6ecf0 100644 --- a/unix/main.c +++ b/unix/main.c @@ -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; } |