From adc3377564d8e14d0581d5f96c62b17395734ec3 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 16 Nov 2016 00:15:34 -0500 Subject: driver: skin: be pedantic. --- src/skin/pe_skin_default.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/skin') diff --git a/src/skin/pe_skin_default.c b/src/skin/pe_skin_default.c index 98381b6..8833aba 100644 --- a/src/skin/pe_skin_default.c +++ b/src/skin/pe_skin_default.c @@ -15,17 +15,17 @@ const struct argv_option pe_default_options[] = { "print image category"}, {"sections", 's',TAG_SECTIONS,ARGV_OPTARG_NONE,0,0,0, - "print image sections"}, + "list image sections"}, {"expsyms", 'e',TAG_EXPSYMS,ARGV_OPTARG_NONE,0,0,0, - "print exported symbols" }, + "list exported symbols" }, {"implibs", 'i',TAG_IMPLIBS,ARGV_OPTARG_NONE,0,0,0, "list direct dependency libraries"}, {"impsyms", 'I',TAG_IMPSYMS,ARGV_OPTARG_NONE,0,0,0, "list direct dependency libraries " - "along with required symbols"}, + "along with imported symbols"}, {0,0,0,0,0,0,0,0} }; -- cgit v1.2.3