aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index 7271b36..e781f34 100644
--- a/src/config.c
+++ b/src/config.c
@@ -173,7 +173,7 @@ static struct grecs_keyword eclat_kw[] = {
grecs_type_section, GRECS_INAC },
{ NULL }
};
-
+
void
config_help()
{
@@ -182,6 +182,7 @@ config_help()
"For more information, use `info eclat configuration'.");
grecs_print_docstring(docstring, 0, stdout);
grecs_print_statement_array(eclat_kw, 1, 0, stdout);
+ eclat_map_confhelp();
}
static void

Return to:

Send suggestions and report system problems to the System administrator.