]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/opt-test.c
Opt: Streamlined opt_shortopt()
[libucw.git] / ucw / opt-test.c
index 7de4767c9594a08df3eaaa9919d006d4074d91cc..0d5337df173f283aa438dab76d848131092db590 100644 (file)
@@ -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)"),