]> git.seodisparate.com - SimpleArchiver/commitdiff
Fix typo
authorStephen Seo <seo.disparate@gmail.com>
Thu, 9 Jan 2025 07:17:33 +0000 (16:17 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 9 Jan 2025 07:17:33 +0000 (16:17 +0900)
README.md
src/parser.c

index e4d2dd0b823cfcc2ce4a1bfacb44dd70711909dc..b0ab68b07d1af9e0f44a4138e826cd91e9087157 100644 (file)
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ API calls.
     --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
+      Note that by default Group is preferred over GID
     --map-user <UID/Uname>:<UID/Uname> : Maps a UID/Username to UID/Username
     --map-group <GID/Gname>:<GID/Gname> : Maps a GID/Group to GID/Group
     --force-file-permissions <3-octal-values> : Force set permissions for files on archive creation/extraction
index 133aa5292928b327fde9f82d9fb57cdd8d810218..f3e32211ca68107607cbe47c305592634ebe1840 100644 (file)
@@ -220,7 +220,7 @@ void simple_archiver_print_usage(void) {
   fprintf(stderr,
           "--extract-prefer-gid : Prefer GID over Group when extracting\n");
   fprintf(stderr,
-          "  Note that by default Group is preferred over UID\n");
+          "  Note that by default Group is preferred over GID\n");
   fprintf(stderr,
           "--map-user <UID/Uname>:<UID/Uname> : Maps a UID/Username to "
           "UID/Username\n");