From 1f4d817dbb07bbfcfc257d14f9dca3581f0f0560 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 27 Feb 2025 17:04:25 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e7c2a1..762d040 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,8 @@ file](https://github.com/Stephen-Seo/SimpleArchiver/blob/dev/Changelog.md#versio In case the temporary file cannot be created in the default directory, [`tmpfile()`](https://man7.org/linux/man-pages/man3/tmpfile.3.html) is used instead as a fallback. Thus, `--temp-files-dir ` changes the default dir -to store the temporary compressed chunk. +to store the temporary compressed chunk. Note that `--force-tmpfile` exists to +force simplearchiver to use `tmpfile()`. When storing symlinks, `simplearchiver` will typically store relative and absolute-paths for all symlinks. If a symlink points to something that will be -- 2.49.0