Update README.md
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 6s

This commit is contained in:
Stephen Seo 2024-10-08 15:20:21 +09:00
parent d54fc441a3
commit 28c09b0232

View file

@ -30,6 +30,7 @@ API calls.
--temp-files-dir <dir> : where to store temporary files created when compressing (defaults to current working directory) --temp-files-dir <dir> : where to store temporary files created when compressing (defaults to current working directory)
--write-version <version> : Force write version file format (default 1) --write-version <version> : Force write version file format (default 1)
--chunk-min-size <bytes> : v1 file format minimum chunk size (default 4194304 or 4MiB) --chunk-min-size <bytes> : 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
-- : specifies remaining arguments are files to archive/extract -- : specifies remaining arguments are files to archive/extract
If creating archive file, remaining args specify files to archive. If creating archive file, remaining args specify files to archive.
If extracting archive file, remaining args specify files to extract. If extracting archive file, remaining args specify files to extract.