From 45c69475af4a74c9c5618acf3f5a9e49a1a17678 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 9 Jan 2025 16:17:33 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- src/parser.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4d2dd0..b0ab68b 100644 --- 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 : : Maps a UID/Username to UID/Username --map-group : : Maps a GID/Group to GID/Group --force-file-permissions <3-octal-values> : Force set permissions for files on archive creation/extraction diff --git a/src/parser.c b/src/parser.c index 133aa52..f3e3221 100644 --- a/src/parser.c +++ b/src/parser.c @@ -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 : : Maps a UID/Username to " "UID/Username\n"); -- 2.49.0