From 65e69cb92138071d02b6d3f4839792575b432b3a Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 25 Apr 2025 17:39:06 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 762d040..151dbc0 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ API calls. --no-safe-links : keep symlinks that link to outside archive contents --temp-files-dir : where to store temporary files created when compressing (defaults to same directory as output file) (this is mutually exclusive with "--force-tmpfile") --force-tmpfile : Force the use of "tmpfile()" during compression (this is mutually exclusive with "--temp-files-dir") - --write-version : Force write version file format (default 4) + --write-version : Force write version file format (default 5) --chunk-min-size : minimum chunk size (default 4194304 or 4MiB) when using chunks (file formats v. 1 and up) --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) -- 2.49.0