From cd4ace49776d042189f1066a357d1ca2d9f81332 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 15 Nov 2016 09:37:28 -0500 Subject: output: renamed pe_output_image_type() --> pe_output_image_category(). --- src/skin/pe_skin_default.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/skin') diff --git a/src/skin/pe_skin_default.c b/src/skin/pe_skin_default.c index 8bf40e1..baafc8a 100644 --- a/src/skin/pe_skin_default.c +++ b/src/skin/pe_skin_default.c @@ -14,7 +14,7 @@ const struct argv_option pe_default_options[] = { {"pretty", 'p',TAG_PRETTY,ARGV_OPTARG_REQUIRED,0,"yaml|dlltool",0, "format output for parsing by %s"}, - {"type", 't',TAG_IMGTYPE,ARGV_OPTARG_NONE,0,0,0, + {"category", 'c',TAG_CATEGORY,ARGV_OPTARG_NONE,0,0,0, "print image type"}, {"sections", 's',TAG_SECTIONS,ARGV_OPTARG_NONE,0,0,0, -- cgit v1.2.3