From 803034870d84448eecf1a15bd0861c4c2f8ab957 Mon Sep 17 00:00:00 2001 From: midipix Date: Mar 08 2016 19:21:06 +0000 Subject: driver: adjust --help to the nature of this utility. --- diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c index cec9ab3..aac029f 100644 --- a/src/skin/slbt_skin_default.c +++ b/src/skin/slbt_skin_default.c @@ -5,8 +5,8 @@ const struct argv_option slbt_default_options[] = { {"version", 0,TAG_VERSION,ARGV_OPTARG_NONE,0,0,0, "show version information"}, - {"help", 'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,0,"short|long",0, - "show usage information [listing %s options only]"}, + {"help", 'h',TAG_HELP,ARGV_OPTARG_OPTIONAL,0,0,0, + "show usage information"}, {0,0,0,0,0,0,0,0} };