summaryrefslogtreecommitdiffhomepage
path: root/src/internal/perk_synopsis_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/perk_synopsis_impl.h')
-rw-r--r--src/internal/perk_synopsis_impl.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/internal/perk_synopsis_impl.h b/src/internal/perk_synopsis_impl.h
index 921a1db..2806881 100644
--- a/src/internal/perk_synopsis_impl.h
+++ b/src/internal/perk_synopsis_impl.h
@@ -44,6 +44,19 @@
+#define PERK_STRIP_CMD_SYNOPSIS \
+ "%s — PE/COFF Fluff Removal Utility\n\n" \
+ "Synopsis:\n" \
+ " %s [-V] [-v] [-p] [-o output] <file> \n" \
+ " %s [-X] [-x] <file> ... \n" \
+ " %s [-s] [-g|-d|-S] <file> ... \n" \
+ " %s [-w] [-R secname] ... <file> ... \n" \
+ " %s [-w] [-K symname] ... <file> ... \n" \
+ " %s [-w] [-N symname] ... <file> ... \n\n" \
+ "Options:\n"
+
+
+
#define PERK_AR_CMD_SYNOPSIS \
"%s — the PE/COFF Resource Kit Archiver\n\n" \
"Synopsis:\n" \