From b96d26de81ea7c248da072ab205f81d72a6f1870 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 25 Jul 2024 10:46:00 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34c5a49..86d2452 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,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 + --temp-files-dir : where to store temporary files created when compressing (defaults to current working directory) -- : 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.