From: Stephen Seo Date: Tue, 8 Oct 2024 06:49:51 +0000 (+0900) Subject: Update README.md X-Git-Tag: 1.1~3 X-Git-Url: https://git.seodisparate.com/stephenseo/client_config?a=commitdiff_plain;h=2a63793bcd6febea24bb4ccebfc288a3bc668a3e;p=SimpleArchiver Update README.md --- diff --git a/README.md b/README.md index ff9f715..2bb4c27 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ API calls. --temp-files-dir : where to store temporary files created when compressing (defaults to current working directory) --write-version : Force write version file format (default 1) --chunk-min-size : v1 file format minimum chunk size (default 4194304 or 4MiB) - --pre-sort-files : pre-sorts files by size so that the first file is the largest + --no-pre-sort-files : do NOT pre-sort files by size (by default enabled so that the first file is the largest) -- : 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.