summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/perk_driver_impl.h1
-rw-r--r--src/internal/perk_synopsis_impl.h8
2 files changed, 9 insertions, 0 deletions
diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h
index b1062ac..db0ffc7 100644
--- a/src/internal/perk_driver_impl.h
+++ b/src/internal/perk_driver_impl.h
@@ -19,6 +19,7 @@ extern const struct argv_option pe_nm_options[];
extern const struct argv_option pe_size_options[];
extern const struct argv_option pe_strip_options[];
extern const struct argv_option pe_ranlib_options[];
+extern const struct argv_option pe_strings_options[];
enum app_tags {
TAG_HELP,
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" \