summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
Diffstat (limited to 'sieve')
-rw-r--r--sieve/sieve.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/sieve/sieve.c b/sieve/sieve.c
index 5a6cfe1d9..59669d267 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -51,14 +51,14 @@ 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"
-" g - main parser traces\n"
-" T - mailutil traces (MU_DEBUG_TRACE)\n"
-" P - network protocols (MU_DEBUG_PROT)\n"
-" t - sieve trace (MU_SIEVE_DEBUG_TRACE)\n"
-" i - sieve instructions trace (MU_SIEVE_DEBUG_INSTR)\n");
+N_("GNU sieve -- a mail filtering tool\n\
+\v\
+Debug flags:\n\
+ g - main parser traces\n\
+ T - mailutil traces (MU_DEBUG_TRACE)\n\
+ P - network protocols (MU_DEBUG_PROT)\n\
+ t - sieve trace (MU_SIEVE_DEBUG_TRACE)\n\
+ i - sieve instructions trace (MU_SIEVE_DEBUG_INSTR)\n");
#define D_DEFAULT "TPt"

Return to:

Send suggestions and report system problems to the System administrator.