From 141df2d35043feaefe895e0e96f030264f0bfd40 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 24 Jun 2014 16:58:00 +0300 Subject: [PATCH] unix: Dump default heap size in usage message. --- unix/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix/main.c b/unix/main.c index c04045a3a0..552df9b804 100644 --- a/unix/main.c +++ b/unix/main.c @@ -201,8 +201,8 @@ int usage(char **argv) { impl_opts_cnt++; #if MICROPY_ENABLE_GC printf( -" heapsize= -- set the heap size for the GC\n" -); +" heapsize= -- set the heap size for the GC (default %ld)\n" +, heap_size); impl_opts_cnt++; #endif