From 754ad8c13a5a87adf169421801bc329e14e07917 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 19 Dec 2024 13:54:57 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02812aa..b41c1f4 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ API calls. --write-version : Force write version file format (default 1) --chunk-min-size : v1 file format minimum chunk size (default 4194304 or 4MiB) --no-pre-sort-files : do NOT pre-sort files by size (by default enabled so that the first file is the largest) + --no-preserve-empty-dirs : do NOT preserve empty dirs (only for file format 2 and onwards) -- : specifies remaining arguments are files to archive/extract If creating archive file, remaining args specify files to archive. If extracting archive file, remaining args specify files to extract. -- 2.49.0