]> git.seodisparate.com - SimpleArchiver/commitdiff
Update README.md
authorStephen Seo <seo.disparate@gmail.com>
Fri, 3 Jan 2025 07:42:40 +0000 (16:42 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 3 Jan 2025 07:42:40 +0000 (16:42 +0900)
README.md

index 010282f4c168a4c11829f3c15260f33becaf7c31..512aa7f115c49cead269e08806cc9161c7a61913 100644 (file)
--- a/README.md
+++ b/README.md
@@ -36,9 +36,15 @@ API calls.
     --force-uid <uid> : Force set UID on archive creation/extraction
       On archive creation, sets UID for all files/dirs in the archive.
       On archive extraction, sets UID for all files/dirs only if EUID is 0.
+    --force-user <username> : Force set UID (same as --force-uid but fetched from username)
     --force-gid <gid> : Force set GID on archive creation/extraction
+    --force-group <groupname> : Force set GID (same as --force-gid but fetched from groupname)
       On archive creation, sets GID for all files/dirs in the archive.
       On archive extraction, sets GID for all files/dirs only if EUID is 0.
+    --extract-prefer-uid : Prefer UID over Username when extracting
+      Note that by default Username is preferred over UID
+    --extract-prefer-gid : Prefer GID over Group when extracting
+      Note that by default Group is preferred over UID
     --force-file-permissions <3-octal-values> : Force set permissions for files on archive creation/extraction
       Must be three octal characters like "755" or "440"
     --force-dir-permissions <3-octal-values> : Force set permissions for directories on archive creation/extraction