From ae263ea0ddf17e85fcba972ace031bb922b3e855 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 16 Nov 2016 00:10:50 -0500 Subject: driver: skin: fix --category usage description. --- 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 f958404..98381b6 100644 --- a/src/skin/pe_skin_default.c +++ b/src/skin/pe_skin_default.c @@ -12,7 +12,7 @@ const struct argv_option pe_default_options[] = { "format output for parsing by %s"}, {"category", 'c',TAG_CATEGORY,ARGV_OPTARG_NONE,0,0,0, - "print image type"}, + "print image category"}, {"sections", 's',TAG_SECTIONS,ARGV_OPTARG_NONE,0,0,0, "print image sections"}, -- cgit v1.2.3