From 0d20594b9f763e110fc2bc3dd9c230ff9f5ea319 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 28 Jan 2014 00:41:02 +0100 Subject: [PATCH] Opt: Added missing reference --- ucw/opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/opt.h b/ucw/opt.h index f376a811..f6604e8c 100644 --- a/ucw/opt.h +++ b/ucw/opt.h @@ -61,7 +61,7 @@ * - `OPT_CL_SECTION`: not a real option, but an instruction to insert * contents of another list of options. * - `OPT_CL_HELP`: no option, just print a help text. - * - `OPT_CL_HOOK`: no option, but a definition of a hook. (FIXME) + * - `OPT_CL_HOOK`: no option, but a definition of a <>. ***/ enum opt_class { -- 2.39.5