From df37f68bcf16120ac8aa69d656ed8168c498743a Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 21 Oct 2024 17:22:08 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2bb4c27..c5c7b36 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ API calls. --overwrite-create : allows overwriting an archive file --overwrite-extract : allows overwriting when extracting --no-abs-symlink : do not store absolute paths for symlinks + --no-safe-links : keep symlinks that link to outside archive contents --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)