From b5d2210096f3bd3b96fadce1dc120ccc60dedf65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 6 Sep 2024 23:19:11 +0200 Subject: [PATCH] Document -D/--dump-flags in CLI output --- qjs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qjs.c b/qjs.c index 1090117..acf929a 100644 --- a/qjs.c +++ b/qjs.c @@ -306,6 +306,7 @@ void help(void) " --std make 'std' and 'os' available to the loaded script\n" "-T --trace trace memory allocation\n" "-d --dump dump the memory usage stats\n" + "-D --dump-flags flags for dumping debug data (see DUMP_* defines)\n" " --memory-limit n limit the memory usage to 'n' Kbytes\n" " --stack-size n limit the stack size to 'n' Kbytes\n" " --unhandled-rejection dump unhandled promise rejections\n"