summaryrefslogtreecommitdiffhomepage
path: root/src/skin/pe_skin_ar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/skin/pe_skin_ar.c')
-rw-r--r--src/skin/pe_skin_ar.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/skin/pe_skin_ar.c b/src/skin/pe_skin_ar.c
new file mode 100644
index 0000000..512073d
--- /dev/null
+++ b/src/skin/pe_skin_ar.c
@@ -0,0 +1,15 @@
+#include "perk_driver_impl.h"
+#include "perk_visibility_impl.h"
+#include "argv/argv.h"
+
+const perk_hidden struct argv_option pe_ar_options[] = {
+ {"Wversion", 'v',TAG_VERSION,ARGV_OPTARG_NONE,
+ ARGV_OPTION_HYBRID_ONLY,0,0,
+ "show version information"},
+
+ {"Whelp", 'h',TAG_HELP,ARGV_OPTARG_NONE,
+ ARGV_OPTION_HYBRID_ONLY,0,0,
+ "show usage information"},
+
+ {0,0,0,0,0,0,0,0}
+};