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 44115c7..b1062ac 100644
--- a/src/internal/perk_driver_impl.h
+++ b/src/internal/perk_driver_impl.h
@@ -18,6 +18,7 @@ extern const struct argv_option pe_ar_options[];
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[];
enum app_tags {
TAG_HELP,
diff --git a/src/internal/perk_synopsis_impl.h b/src/internal/perk_synopsis_impl.h
index 2806881..02c7e5d 100644
--- a/src/internal/perk_synopsis_impl.h
+++ b/src/internal/perk_synopsis_impl.h
@@ -57,6 +57,14 @@
+#define PERK_RANLIB_CMD_SYNOPSIS \
+ "%s — PE/COFF Archive Indexer\n\n" \
+ "Synopsis:\n" \
+ " %s [-V] [-D|-U] [-t] <file> ...\n\n" \
+ "Options:\n"
+
+
+
#define PERK_AR_CMD_SYNOPSIS \
"%s — the PE/COFF Resource Kit Archiver\n\n" \
"Synopsis:\n" \