summaryrefslogtreecommitdiff
path: root/libmu_sieve
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-10-29 21:37:49 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-10-29 21:37:49 +0300
commitca4967534b748731eef2f050b7c832e2604a35b2 (patch)
tree2e6601d84e2c9f0445270c2d4983d9626c2c6108 /libmu_sieve
parent3a91a69baef99247b066e2c5ce4fce6bf739f1ac (diff)
downloadmailutils-ca4967534b748731eef2f050b7c832e2604a35b2.tar.gz
mailutils-ca4967534b748731eef2f050b7c832e2604a35b2.tar.bz2
Minor changes
Diffstat (limited to 'libmu_sieve')
-rw-r--r--libmu_sieve/conf.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/libmu_sieve/conf.c b/libmu_sieve/conf.c
index 7b9102fc5..82ec77e01 100644
--- a/libmu_sieve/conf.c
+++ b/libmu_sieve/conf.c
@@ -142,21 +142,23 @@ cb_library_path_prefix (void *data, mu_config_value_t *val)
static struct mu_cfg_param mu_sieve_param[] = {
{ "clear-library-path", mu_cfg_callback, NULL, 0, cb_clear_library_path,
- N_("Clear library search path.") },
+ N_("Clear library search path."),
+ N_("arg: directory list") },
{ "clear-include-path", mu_cfg_callback, NULL, 0, cb_clear_include_path,
- N_("Clear include search path.") },
+ N_("Clear include search path."),
+ N_("arg: directory list") },
{ "library-path", mu_cfg_callback, NULL, 0, cb_library_path,
N_("Add directories to the library search path. Argument is a "
"colon-separated list of directories."),
- N_("list") },
+ N_("arg: directory list") },
{ "library-path-prefix", mu_cfg_callback, NULL, 0, cb_library_path_prefix,
N_("Add directories to the beginning of the library search path. "
"Argument is a colon-separated list of directories."),
- N_("list") },
+ N_("arg: directory list") },
{ "include-path", mu_cfg_callback, NULL, 0, cb_include_path,
N_("Add directories to the include search path. Argument is a "
"colon-separated list of directories."),
- N_("list") },
+ N_("arg: directory list") },
{ NULL }
};

Return to:

Send suggestions and report system problems to the System administrator.