diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/perk_ar_impl.h | 2 | ||||
-rw-r--r-- | src/internal/perk_driver_impl.h | 2 | ||||
-rw-r--r-- | src/internal/perk_synopsis_impl.h | 10 |
3 files changed, 8 insertions, 6 deletions
diff --git a/src/internal/perk_ar_impl.h b/src/internal/perk_ar_impl.h index b7c2fbc..0da7559 100644 --- a/src/internal/perk_ar_impl.h +++ b/src/internal/perk_ar_impl.h @@ -34,7 +34,7 @@ |PERK_DRIVER_AR_APPEND_MEMBERS \ |PERK_DRIVER_AR_REPLACE_MEMBERS \ |PERK_DRIVER_AR_EXTRACT_MEMBERS \ - |PERK_DRIVER_AR_PRINT_ARCHIVE) + |PERK_DRIVER_AR_PRINT_MEMBERS) extern const struct argv_option pe_ar_options[]; diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h index 569d2d2..22e7894 100644 --- a/src/internal/perk_driver_impl.h +++ b/src/internal/perk_driver_impl.h @@ -32,6 +32,8 @@ enum app_tags { TAG_DSOLIBS, TAG_DSOSYMS, TAG_HDRDUMP, + TAG_AR_LIST_MEMBERS, + TAG_AR_PRINT_MEMBERS, }; struct pe_driver_ctx_impl { diff --git a/src/internal/perk_synopsis_impl.h b/src/internal/perk_synopsis_impl.h index 4f6959b..f3d0a3a 100644 --- a/src/internal/perk_synopsis_impl.h +++ b/src/internal/perk_synopsis_impl.h @@ -22,22 +22,22 @@ " %s [option] ... <file> ...\n\n" \ "Options:\n" -#define PERK_AR_CMD_SYNOPSIS \ +#define PERK_AR_CMD_SYNOPSIS \ "%s — the PE/COFF Resource Kit Archiver\n\n" \ - "Synopsis:\n" \ + "Synopsis:\n" \ " %s -d [-v] <archive> <file> ...\n" \ " %s -p [-v] [-s] <archive> <file> ...\n" \ " %s -q [-v] [-c] <archive> <file> ...\n" \ " %s -r [-v] [-c] [-u] <archive> <file> ...\n" \ " %s -t [-v] [-s] <archive> [<file> ...]\n" \ " %s -x [-v] [-s] [-C] [-T] <archive> [<file> ...]\n\n" \ - \ - " %s -m [-v] <archive> <file> ...\n" \ + \ + " %s -m [-v] <archive> <file> ...\n" \ " %s -m -a [-v] <posname> <archive> <file> ...\n" \ " %s -m -b [-v] <posname> <archive> <file> ...\n" \ " %s -m -i [-v] <posname> <archive> <file> ...\n\n" \ \ - " %s -r [-v] [-c] [-u] <archive> <file> ...\n" \ + " %s -r [-v] [-c] [-u] <archive> <file> ...\n" \ " %s -r -a [-v] [-c] [-u] <posname> <archive> <file> ...\n" \ " %s -r -b [-v] [-c] [-u] <posname> <archive> <file> ...\n" \ " %s -r -i [-v] [-c] [-u] <posname> <archive> <file> ...\n\n" \ |