We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5e14f commit 649b69aCopy full SHA for 649b69a
unix/main.c
@@ -293,7 +293,7 @@ STATIC int usage(char **argv) {
293
"-v : verbose (trace various operations); can be multiple\n"
294
"-O[N] : apply bytecode optimizations of level N\n"
295
"\n"
296
-"Implementation specific options:\n", argv[0]
+"Implementation specific options (-X):\n", argv[0]
297
);
298
int impl_opts_cnt = 0;
299
printf(
@@ -303,7 +303,7 @@ STATIC int usage(char **argv) {
303
impl_opts_cnt++;
304
#if MICROPY_ENABLE_GC
305
306
-" heapsize=<n> -- set the heap size for the GC (default %ld)\n"
+" heapsize=<n>[w][K|M] -- set the heap size for the GC (default %ld)\n"
307
, heap_size);
308
309
#endif
0 commit comments