summaryrefslogtreecommitdiff
path: root/unix/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/main.c')
-rw-r--r--unix/main.c2
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;
}