diff options
Diffstat (limited to 'src/internal/perk_synopsis_impl.h')
-rw-r--r-- | src/internal/perk_synopsis_impl.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/internal/perk_synopsis_impl.h b/src/internal/perk_synopsis_impl.h index f3d0a3a..921a1db 100644 --- a/src/internal/perk_synopsis_impl.h +++ b/src/internal/perk_synopsis_impl.h @@ -7,6 +7,8 @@ #ifndef SLIBTOOL_SYNOPSIS_IMPL_H #define SLIBTOOL_SYNOPSIS_IMPL_H + + #define PERK_DEFAULT_CMD_SYNOPSIS \ "%s — PE/COFF Resource Kit\n\n" \ "Synopsis:\n" \ @@ -15,6 +17,8 @@ " %s --cmd=<command> [option] ... <file> ...\n\n" \ "Options:\n" + + #define PERK_PERK_CMD_SYNOPSIS \ "%s — PE/COFF Resource Kit\n\n" \ "Synopsis:\n" \ @@ -22,6 +26,24 @@ " %s [option] ... <file> ...\n\n" \ "Options:\n" + + +#define PERK_NM_CMD_SYNOPSIS \ + "%s — PE/COFF Name Mangler\n\n" \ + "Synopsis:\n" \ + " %s [-V] [-APv] [-efox] [-g|-u] [-t format] <file> ...\n\n" \ + "Options:\n" + + + +#define PERK_SIZE_CMD_SYNOPSIS \ + "%s — PE/COFF Section Size Information\n\n" \ + "Synopsis:\n" \ + " %s [-V] [-A|-B|-G] [-d|-o|-x] [-t] [-f] <file> ...\n\n" \ + "Options:\n" + + + #define PERK_AR_CMD_SYNOPSIS \ "%s — the PE/COFF Resource Kit Archiver\n\n" \ "Synopsis:\n" \ |