X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fopt-test.c;h=0d5337df173f283aa438dab76d848131092db590;hb=1ca423dc7562584d7747416951855a47eef09e1f;hp=7de4767c9594a08df3eaaa9919d006d4074d91cc;hpb=9d24e18d51c569cd2cdfb61270d98af13ccfb21c;p=libucw.git diff --git a/ucw/opt-test.c b/ucw/opt-test.c index 7de4767c..0d5337df 100644 --- a/ucw/opt-test.c +++ b/ucw/opt-test.c @@ -123,7 +123,7 @@ static struct opt_section help = { OPT_HELP("At least one kind of tea must be specified."), OPT_HELP(""), OPT_HELP("Options:"), - OPT_HELP_OPTION, + OPT_HELP_OPTION(help), OPT_CALL('V', "version", show_version, NULL, OPT_NO_VALUE, "\tShow the version"), OPT_HELP(""), OPT_BOOL('e', "english-style", english, 0, "\tEnglish style (with milk)"),