diff options
author | midipix <writeonce@midipix.org> | 2025-06-19 07:09:19 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-19 07:11:38 +0000 |
commit | 9e61fe4e018817c889b8897324d9fd25eccc409a (patch) | |
tree | 5cf3b96b3d5ba8a3bc8c1dc179870a2dfe7e6de0 | |
parent | d6b446d946f9504a79e301a71e3bf768ee6b42b8 (diff) | |
download | perk-9e61fe4e018817c889b8897324d9fd25eccc409a.tar.bz2 perk-9e61fe4e018817c889b8897324d9fd25eccc409a.tar.xz |
ar: PERK_AR_CMD_SYNOPSIS: updated tool description.
-rw-r--r-- | src/internal/perk_synopsis_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/perk_synopsis_impl.h b/src/internal/perk_synopsis_impl.h index 02c7e5d..b41098c 100644 --- a/src/internal/perk_synopsis_impl.h +++ b/src/internal/perk_synopsis_impl.h @@ -66,7 +66,7 @@ #define PERK_AR_CMD_SYNOPSIS \ - "%s — the PE/COFF Resource Kit Archiver\n\n" \ + "%s — the PE/COFF Archive Manipulator\n\n" \ "Synopsis:\n" \ " %s -d [-v] <archive> <file> ...\n" \ " %s -p [-v] [-s] <archive> <file> ...\n" \ |