summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
Diffstat (limited to 'sieve')
-rw-r--r--sieve/sieve.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/sieve/sieve.c b/sieve/sieve.c
index 545b0418c..d3f8f3690 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -49,11 +49,9 @@
const char *program_version = "sieve (" PACKAGE_STRING ")";
static char doc[] =
-/* TRANSLATORS: Please, preserve the vertical tabulation (^K character)
- in this message */
-N_("GNU sieve -- a mail filtering tool\n\
-\v\
-Debug flags:\n\
+N_("GNU sieve -- a mail filtering tool\n")
+"\v"
+N_("Debug flags:\n\
g - main parser traces\n\
T - mailutils traces (MU_DEBUG_TRACE)\n\
P - network protocols (MU_DEBUG_PROT)\n\

Return to:

Send suggestions and report system problems to the System administrator.