From e659e2d42d8fccd02c7a8ce1df5ba69f519c6c13 Mon Sep 17 00:00:00 2001 From: ZL Deng Date: Wed, 20 Dec 2023 19:13:44 +0100 Subject: [PATCH] Change the logging behavior --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44c3878..27158d0 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ optional arguments: --chunk_size CHUNK_SIZE chunk_size * 1024 reads to load each time. When chunk_size=1000 and threads=20, consumming ~20G memory, better to be multiples of the number of threads.. - --log LGO Log file name + --log LOG Log file name -v, --version Show program's version number and exit ```