aboutsummaryrefslogtreecommitdiff
path: root/src/mfdbtool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mfdbtool.c')
-rw-r--r--src/mfdbtool.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/mfdbtool.c b/src/mfdbtool.c
index 0edf0381..aeb6758f 100644
--- a/src/mfdbtool.c
+++ b/src/mfdbtool.c
@@ -315,14 +315,13 @@ struct mu_cfg_param mfdbtool_cfg_param[] = {
N_("Set program state directory."),
N_("dir") },
{ "debug", mu_cfg_callback, NULL, 0, cb_debug,
- N_("Set Mailfromd debug verbosity level. Argument is a comma-"
- "separated list of debug specifications, each of which has the "
- "following form:\n"
- " <module: string>[=<level: number>]\n"
- "where <module> is the name of a Mailfromd module, and <level> "
- "is the desired verbosity level for that module."),
+ N_("Set mailfromd debugging level. Argument is a semicolon-separated list "
+ "of debugging specifications. A simplified specification syntax is:\n"
+ " [!]<category: string>[.<level: string>,<level: string>...]\n"
+ "For details, please see the Mailfromd manual, section 3.18 \"Logging\n"
+ "and Debugging\", GNU Mailutils manual, section 3.3 \"Debugging\",\n"
+ "or visit <http://mailutils.org/wiki/Debug_level>."),
N_("spec: list") },
-
{ "lock-retry-count", mu_cfg_callback, NULL, 0,
config_cb_lock_retry_count,
N_("Retry acquiring DBM file lock this number of times."),

Return to:

Send suggestions and report system problems to the System administrator.