diff options
author | midipix <writeonce@midipix.org> | 2025-06-18 18:48:01 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-18 18:48:01 +0000 |
commit | 71b7c27d150c4048c6aac04ff4e00e6f29265034 (patch) | |
tree | 3c777591fa7619bbe12ca07988c5acd463636116 | |
parent | 64f8b0ec3a2f1529157009e7abdf0131cbc61f92 (diff) | |
download | perk-71b7c27d150c4048c6aac04ff4e00e6f29265034.tar.bz2 perk-71b7c27d150c4048c6aac04ff4e00e6f29265034.tar.xz |
perk_synopsis_impl.h: whitespace meditation.
-rw-r--r-- | src/internal/perk_synopsis_impl.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/internal/perk_synopsis_impl.h b/src/internal/perk_synopsis_impl.h index 32c5aec..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,18 +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" \ |