diff options
author | midipix <writeonce@midipix.org> | 2025-06-19 08:04:02 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-19 08:04:02 +0000 |
commit | 9026146d6d20c072dd93ff4f76de620fda673333 (patch) | |
tree | 30b003fe4b3d27e95e0e6b559d96b47be9d7dd15 /src/internal/perk_synopsis_impl.h | |
parent | 9e61fe4e018817c889b8897324d9fd25eccc409a (diff) | |
download | perk-9026146d6d20c072dd93ff4f76de620fda673333.tar.bz2 perk-9026146d6d20c072dd93ff4f76de620fda673333.tar.xz |
driver: added --cmd=strings support, pe_cmd_strings() stub, and perk-strings symlink.
Diffstat (limited to 'src/internal/perk_synopsis_impl.h')
-rw-r--r-- | src/internal/perk_synopsis_impl.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/internal/perk_synopsis_impl.h b/src/internal/perk_synopsis_impl.h index b41098c..1c53f52 100644 --- a/src/internal/perk_synopsis_impl.h +++ b/src/internal/perk_synopsis_impl.h @@ -65,6 +65,14 @@ +#define PERK_STRINGS_CMD_SYNOPSIS \ + "%s — PE/COFF String Finder\n\n" \ + "Synopsis:\n" \ + " %s [-V] [-a] [-t format] [-n number] <file> ...\n\n" \ + "Options:\n" + + + #define PERK_AR_CMD_SYNOPSIS \ "%s — the PE/COFF Archive Manipulator\n\n" \ "Synopsis:\n" \ |