]> git.seodisparate.com - SimpleArchiver/commitdiff
Update README.md, usage text
authorStephen Seo <seo.disparate@gmail.com>
Fri, 21 Feb 2025 07:35:52 +0000 (16:35 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 21 Feb 2025 07:35:52 +0000 (16:35 +0900)
README.md
src/parser.c

index 6807a4b0e0aac908f15d93f722e04bbdd2f70e78..32a312952a50e5d789d40945a961f985e09dd9c8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ API calls.
     --no-abs-symlink : do not store absolute paths for symlinks
     --preserve-symlinks : preserve the symlink's path on archive creation instead of deriving abs/relative paths, ignores "--no-abs-symlink" (It is not recommended to use this option, as absolute-path-symlinks may be clobbered on extraction)
     --no-safe-links : keep symlinks that link to outside archive contents
-    --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 same directory as output file)
     --write-version <version> : Force write version file format (default 3)
     --chunk-min-size <bytes> : minimum chunk size (default 4194304 or 4MiB) when using chunks (file formats v. 1 and up)
     --no-pre-sort-files : do NOT pre-sort files by size (by default enabled so that the first file is the largest)
index 18e3257019597ffb5d5dbe0e030489ef60c8c041..efecdce1f39e622889302bb0f33c7dcc386928a8 100644 (file)
@@ -186,7 +186,7 @@ void simple_archiver_print_usage(void) {
           "contents\n");
   fprintf(stderr,
           "--temp-files-dir <dir> : where to store temporary files created "
-          "when compressing (defaults to current working directory)\n");
+          "when compressing (defaults to same directory as output file)\n");
   fprintf(stderr,
           "--write-version <version> : Force write version file format "
           "(default 3)\n");