Changed multiline doc string to
a single-line one: gettext 0.13 is unable to handle translator comments with multiline msgids.
Showing
22 changed files
with
92 additions
and
92 deletions
... | @@ -34,10 +34,10 @@ const char *program_version = "GNU dotlock (" PACKAGE_STRING ")"; | ... | @@ -34,10 +34,10 @@ const char *program_version = "GNU dotlock (" PACKAGE_STRING ")"; |
34 | static char doc[] = | 34 | static char doc[] = |
35 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 35 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
36 | in this message */ | 36 | in this message */ |
37 | N_("GNU dotlock -- lock mail spool files" | 37 | N_("GNU dotlock -- lock mail spool files\ |
38 | "\v" | 38 | \v\ |
39 | "Returns 0 on success, 3 if the locking the file fails because" | 39 | Returns 0 on success, 3 if locking the file fails because\ |
40 | " it's already locked, and 1 if some other kind of error occurred."); | 40 | it's already locked, and 1 if some other kind of error occurred."); |
41 | 41 | ||
42 | static char args_doc[] = N_("FILE"); | 42 | static char args_doc[] = N_("FILE"); |
43 | 43 | ... | ... |
... | @@ -45,15 +45,15 @@ const char *program_version = "mail.local (" PACKAGE_STRING ")"; | ... | @@ -45,15 +45,15 @@ const char *program_version = "mail.local (" PACKAGE_STRING ")"; |
45 | static char doc[] = | 45 | static char doc[] = |
46 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 46 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
47 | in this message */ | 47 | in this message */ |
48 | N_("GNU mail.local -- the local MDA" | 48 | N_("GNU mail.local -- the local MDA\ |
49 | "\v" | 49 | \v\ |
50 | "Debug flags are:\n" | 50 | Debug flags are:\n\ |
51 | " g - guimb stack traces\n" | 51 | g - guimb stack traces\n\ |
52 | " T - mailutil traces (MU_DEBUG_TRACE)\n" | 52 | T - mailutil traces (MU_DEBUG_TRACE)\n\ |
53 | " P - network protocols (MU_DEBUG_PROT)\n" | 53 | P - network protocols (MU_DEBUG_PROT)\n\ |
54 | " t - sieve trace (MU_SIEVE_DEBUG_TRACE)\n" | 54 | t - sieve trace (MU_SIEVE_DEBUG_TRACE)\n\ |
55 | " l - sieve action logs\n" | 55 | l - sieve action logs\n\ |
56 | " 0-9 - Set mail.local debugging level\n"); | 56 | 0-9 - Set mail.local debugging level\n"); |
57 | 57 | ||
58 | static char args_doc[] = N_("recipient [recipient ...]"); | 58 | static char args_doc[] = N_("recipient [recipient ...]"); |
59 | 59 | ... | ... |
... | @@ -45,34 +45,34 @@ const char *program_version = "mail.remote (" PACKAGE_STRING ")"; | ... | @@ -45,34 +45,34 @@ const char *program_version = "mail.remote (" PACKAGE_STRING ")"; |
45 | static char doc[] = | 45 | static char doc[] = |
46 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 46 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
47 | in this message */ | 47 | in this message */ |
48 | N_("GNU mail.remote -- pseudo-sendmail interface for mail delivery\n" | 48 | N_("GNU mail.remote -- pseudo-sendmail interface for mail delivery\n\ |
49 | "\v" | 49 | \v\ |
50 | "\n" | 50 | \n\ |
51 | "An RFC2822 formatted message is read from stdin and delivered using\n" | 51 | An RFC2822 formatted message is read from stdin and delivered using\n\ |
52 | "the mailer. This utility can be used as a drop-in replacement\n" | 52 | the mailer. This utility can be used as a drop-in replacement\n\ |
53 | "for /bin/sendmail to forward mail directly to an SMTP gateway.\n" | 53 | for /bin/sendmail to forward mail directly to an SMTP gateway.\n\ |
54 | "\n" | 54 | \n\ |
55 | "The default mailer is \"sendmail:\", which is not supported by this\n" | 55 | The default mailer is \"sendmail:\", which is not supported by this\n\ |
56 | "utility (it is intended to be used when you don't have a working\n" | 56 | utility (it is intended to be used when you don't have a working\n\ |
57 | "sendmail). You should specify your SMTP gateway by specifying\n" | 57 | sendmail). You should specify your SMTP gateway by specifying\n\ |
58 | "a --mailer as something like \"smtp://mail.example.com\". This would\n" | 58 | a --mailer as something like \"smtp://mail.example.com\". This would\n\ |
59 | "normally be added to your user-specific configuration file,\n" | 59 | normally be added to your user-specific configuration file,\n\ |
60 | " ~/.mailutils/mailutils,\n" | 60 | ~/.mailutils/mailutils,\n\ |
61 | "or the global configuration file,\n" | 61 | or the global configuration file,\n\ |
62 | " /etc/mailutils.rc,\n" | 62 | /etc/mailutils.rc,\n\ |
63 | "with a line such as:\n" | 63 | with a line such as:\n\ |
64 | " :mailer --mailer=smtp://mail.example.com\n" | 64 | :mailer --mailer=smtp://mail.example.com\n\ |
65 | "\n" | 65 | \n\ |
66 | "If not explicitly specified, the default from address is derived from the\n" | 66 | If not explicitly specified, the default from address is derived from the\n\ |
67 | "\"From:\" field in the message, if present, or the default user's email\n" | 67 | \"From:\" field in the message, if present, or the default user's email\n\ |
68 | "address if not present.\n" | 68 | address if not present.\n\ |
69 | "\n" | 69 | \n\ |
70 | "If not explicitly specified, the default to addresses are derived from the\n" | 70 | If not explicitly specified, the default to addresses are derived from the\n\ |
71 | "\"To:\", \"Cc:\", and \"Bcc:\" fields in the message.\n" | 71 | \"To:\", \"Cc:\", and \"Bcc:\" fields in the message.\n\ |
72 | "\n" | 72 | \n\ |
73 | "If --debug is specified, the envelope commands in the SMTP protocol\n" | 73 | If --debug is specified, the envelope commands in the SMTP protocol\n\ |
74 | "transaction will be printed to stdout. If specified more than once,\n" | 74 | transaction will be printed to stdout. If specified more than once,\n\ |
75 | "the data part of the protocol transaction will also be printed to stdout.\n"); | 75 | the data part of the protocol transaction will also be printed to stdout.\n"); |
76 | 76 | ||
77 | static struct argp_option options[] = { | 77 | static struct argp_option options[] = { |
78 | {"from", 'f', N_("ADDR"), 0, N_("Override the default from address")}, | 78 | {"from", 'f', N_("ADDR"), 0, N_("Override the default from address")}, | ... | ... |
... | @@ -22,9 +22,9 @@ | ... | @@ -22,9 +22,9 @@ |
22 | const char *program_version = "anno (" PACKAGE_STRING ")"; | 22 | const char *program_version = "anno (" PACKAGE_STRING ")"; |
23 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 23 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
24 | in this message */ | 24 | in this message */ |
25 | static char doc[] = N_("GNU MH anno\v" | 25 | static char doc[] = N_("GNU MH anno\v\ |
26 | "Options marked with `*' are not yet implemented.\n" | 26 | Options marked with `*' are not yet implemented.\n\ |
27 | "Use -help to obtain the list of traditional MH options."); | 27 | Use -help to obtain the list of traditional MH options."); |
28 | static char args_doc[] = N_("[msg [msg...]]"); | 28 | static char args_doc[] = N_("[msg [msg...]]"); |
29 | 29 | ||
30 | /* GNU options */ | 30 | /* GNU options */ | ... | ... |
... | @@ -22,8 +22,8 @@ | ... | @@ -22,8 +22,8 @@ |
22 | const char *program_version = "fmtcheck (" PACKAGE_STRING ")"; | 22 | const char *program_version = "fmtcheck (" PACKAGE_STRING ")"; |
23 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 23 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
24 | in this message */ | 24 | in this message */ |
25 | static char doc[] = N_("GNU MH fmtcheck\v" | 25 | static char doc[] = N_("GNU MH fmtcheck\v\ |
26 | "Use -help to obtain the list of traditional MH options."); | 26 | Use -help to obtain the list of traditional MH options."); |
27 | static char args_doc[] = ""; | 27 | static char args_doc[] = ""; |
28 | 28 | ||
29 | /* GNU options */ | 29 | /* GNU options */ | ... | ... |
... | @@ -35,8 +35,8 @@ | ... | @@ -35,8 +35,8 @@ |
35 | const char *program_version = "folder (" PACKAGE_STRING ")"; | 35 | const char *program_version = "folder (" PACKAGE_STRING ")"; |
36 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 36 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
37 | in this message */ | 37 | in this message */ |
38 | static char doc[] = N_("GNU MH folder\v" | 38 | static char doc[] = N_("GNU MH folder\v\ |
39 | "Use -help to obtain the list of traditional MH options."); | 39 | Use -help to obtain the list of traditional MH options."); |
40 | static char args_doc[] = N_("[action] [msg]"); | 40 | static char args_doc[] = N_("[action] [msg]"); |
41 | 41 | ||
42 | static struct argp_option options[] = { | 42 | static struct argp_option options[] = { | ... | ... |
... | @@ -22,9 +22,9 @@ | ... | @@ -22,9 +22,9 @@ |
22 | const char *program_version = "forw (" PACKAGE_STRING ")"; | 22 | const char *program_version = "forw (" PACKAGE_STRING ")"; |
23 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 23 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
24 | in this message */ | 24 | in this message */ |
25 | static char doc[] = N_("GNU MH forw\v" | 25 | static char doc[] = N_("GNU MH forw\v\ |
26 | "Options marked with `*' are not yet implemented.\n" | 26 | Options marked with `*' are not yet implemented.\n\ |
27 | "Use -help to obtain the list of traditional MH options."); | 27 | Use -help to obtain the list of traditional MH options."); |
28 | static char args_doc[] = "[msgs]"; | 28 | static char args_doc[] = "[msgs]"; |
29 | 29 | ||
30 | /* GNU options */ | 30 | /* GNU options */ | ... | ... |
... | @@ -22,8 +22,8 @@ | ... | @@ -22,8 +22,8 @@ |
22 | const char *program_version = "inc (" PACKAGE_STRING ")"; | 22 | const char *program_version = "inc (" PACKAGE_STRING ")"; |
23 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 23 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
24 | in this message */ | 24 | in this message */ |
25 | static char doc[] = N_("GNU MH inc\v" | 25 | static char doc[] = N_("GNU MH inc\v\ |
26 | "Use -help to obtain the list of traditional MH options."); | 26 | Use -help to obtain the list of traditional MH options."); |
27 | static char args_doc[] = N_("[+folder]"); | 27 | static char args_doc[] = N_("[+folder]"); |
28 | 28 | ||
29 | /* GNU options */ | 29 | /* GNU options */ | ... | ... |
... | @@ -20,8 +20,8 @@ | ... | @@ -20,8 +20,8 @@ |
20 | const char *program_version = "install-mh (" PACKAGE_STRING ")"; | 20 | const char *program_version = "install-mh (" PACKAGE_STRING ")"; |
21 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 21 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
22 | in this message */ | 22 | in this message */ |
23 | static char doc[] = N_("GNU MH install-mh\v" | 23 | static char doc[] = N_("GNU MH install-mh\v\ |
24 | "Use -help to obtain the list of traditional MH options."); | 24 | Use -help to obtain the list of traditional MH options."); |
25 | static char args_doc[] = ""; | 25 | static char args_doc[] = ""; |
26 | 26 | ||
27 | /* GNU options */ | 27 | /* GNU options */ | ... | ... |
... | @@ -20,8 +20,8 @@ | ... | @@ -20,8 +20,8 @@ |
20 | const char *program_version = "mark (" PACKAGE_STRING ")"; | 20 | const char *program_version = "mark (" PACKAGE_STRING ")"; |
21 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 21 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
22 | in this message */ | 22 | in this message */ |
23 | static char doc[] = N_("GNU MH mark\v" | 23 | static char doc[] = N_("GNU MH mark\v\ |
24 | "Use -help to obtain the list of traditional MH options."); | 24 | Use -help to obtain the list of traditional MH options."); |
25 | static char args_doc[] = "[msgs...]"; | 25 | static char args_doc[] = "[msgs...]"; |
26 | 26 | ||
27 | /* GNU options */ | 27 | /* GNU options */ | ... | ... |
... | @@ -24,8 +24,8 @@ | ... | @@ -24,8 +24,8 @@ |
24 | const char *program_version = "mhl (" PACKAGE_STRING ")"; | 24 | const char *program_version = "mhl (" PACKAGE_STRING ")"; |
25 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 25 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
26 | in this message */ | 26 | in this message */ |
27 | static char doc[] = N_("GNU MH mhl\v" | 27 | static char doc[] = N_("GNU MH mhl\v\ |
28 | "Use -help to obtain the list of traditional MH options."); | 28 | Use -help to obtain the list of traditional MH options."); |
29 | static char args_doc[] = N_("[files]"); | 29 | static char args_doc[] = N_("[files]"); |
30 | 30 | ||
31 | /* GNU options */ | 31 | /* GNU options */ | ... | ... |
... | @@ -27,9 +27,9 @@ | ... | @@ -27,9 +27,9 @@ |
27 | const char *program_version = "mhn (" PACKAGE_STRING ")"; | 27 | const char *program_version = "mhn (" PACKAGE_STRING ")"; |
28 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 28 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
29 | in this message */ | 29 | in this message */ |
30 | static char doc[] = N_("GNU MH mhn\v" | 30 | static char doc[] = N_("GNU MH mhn\v\ |
31 | "Options marked with `*' are not yet implemented.\n" | 31 | Options marked with `*' are not yet implemented.\n\ |
32 | "Use -help to obtain the list of traditional MH options."); | 32 | Use -help to obtain the list of traditional MH options."); |
33 | static char args_doc[] = "[msgs]"; | 33 | static char args_doc[] = "[msgs]"; |
34 | 34 | ||
35 | static struct argp_option options[] = { | 35 | static struct argp_option options[] = { | ... | ... |
... | @@ -22,8 +22,8 @@ | ... | @@ -22,8 +22,8 @@ |
22 | const char *program_version = "mhpath (" PACKAGE_STRING ")"; | 22 | const char *program_version = "mhpath (" PACKAGE_STRING ")"; |
23 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 23 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
24 | in this message */ | 24 | in this message */ |
25 | static char doc[] = N_("GNU MH mhpath\v" | 25 | static char doc[] = N_("GNU MH mhpath\v\ |
26 | "Use -help to obtain the list of traditional MH options."); | 26 | Use -help to obtain the list of traditional MH options."); |
27 | static char args_doc[] = N_("[+folder] [msgs]"); | 27 | static char args_doc[] = N_("[+folder] [msgs]"); |
28 | 28 | ||
29 | /* GNU options */ | 29 | /* GNU options */ | ... | ... |
... | @@ -28,9 +28,9 @@ | ... | @@ -28,9 +28,9 @@ |
28 | const char *program_version = "pick (" PACKAGE_STRING ")"; | 28 | const char *program_version = "pick (" PACKAGE_STRING ")"; |
29 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 29 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
30 | in this message */ | 30 | in this message */ |
31 | static char doc[] = N_("GNU MH pick\v" | 31 | static char doc[] = N_("GNU MH pick\v\ |
32 | "Options marked with `*' are not yet implemented.\n" | 32 | Options marked with `*' are not yet implemented.\n\ |
33 | "Use -help to obtain the list of traditional MH options."); | 33 | Use -help to obtain the list of traditional MH options."); |
34 | static char args_doc[] = N_("[messages]"); | 34 | static char args_doc[] = N_("[messages]"); |
35 | 35 | ||
36 | /* GNU options */ | 36 | /* GNU options */ | ... | ... |
... | @@ -27,9 +27,9 @@ | ... | @@ -27,9 +27,9 @@ |
27 | const char *program_version = "refile (" PACKAGE_STRING ")"; | 27 | const char *program_version = "refile (" PACKAGE_STRING ")"; |
28 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 28 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
29 | in this message */ | 29 | in this message */ |
30 | static char doc[] = N_("GNU MH refile\v" | 30 | static char doc[] = N_("GNU MH refile\v\ |
31 | "Options marked with `*' are not yet implemented.\n" | 31 | Options marked with `*' are not yet implemented.\n\ |
32 | "Use -help to obtain the list of traditional MH options."); | 32 | Use -help to obtain the list of traditional MH options."); |
33 | static char args_doc[] = N_("messages folder [folder...]"); | 33 | static char args_doc[] = N_("messages folder [folder...]"); |
34 | 34 | ||
35 | /* GNU options */ | 35 | /* GNU options */ | ... | ... |
... | @@ -24,9 +24,9 @@ | ... | @@ -24,9 +24,9 @@ |
24 | const char *program_version = "reply (" PACKAGE_STRING ")"; | 24 | const char *program_version = "reply (" PACKAGE_STRING ")"; |
25 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 25 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
26 | in this message */ | 26 | in this message */ |
27 | static char doc[] = N_("GNU MH repl\v" | 27 | static char doc[] = N_("GNU MH repl\v\ |
28 | "Options marked with `*' are not yet implemented.\n" | 28 | Options marked with `*' are not yet implemented.\n\ |
29 | "Use -help to obtain the list of traditional MH options."); | 29 | Use -help to obtain the list of traditional MH options."); |
30 | static char args_doc[] = N_("[+folder] [msg]"); | 30 | static char args_doc[] = N_("[+folder] [msg]"); |
31 | 31 | ||
32 | 32 | ... | ... |
... | @@ -31,8 +31,8 @@ | ... | @@ -31,8 +31,8 @@ |
31 | const char *program_version = "rmf (" PACKAGE_STRING ")"; | 31 | const char *program_version = "rmf (" PACKAGE_STRING ")"; |
32 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 32 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
33 | in this message */ | 33 | in this message */ |
34 | static char doc[] = N_("GNU MH rmf\v" | 34 | static char doc[] = N_("GNU MH rmf\v\ |
35 | "Use -help to obtain the list of traditional MH options."); | 35 | Use -help to obtain the list of traditional MH options."); |
36 | static char args_doc[] = N_("[+folder]"); | 36 | static char args_doc[] = N_("[+folder]"); |
37 | 37 | ||
38 | /* GNU options */ | 38 | /* GNU options */ | ... | ... |
... | @@ -22,8 +22,8 @@ | ... | @@ -22,8 +22,8 @@ |
22 | const char *program_version = "rmm (" PACKAGE_STRING ")"; | 22 | const char *program_version = "rmm (" PACKAGE_STRING ")"; |
23 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 23 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
24 | in this message */ | 24 | in this message */ |
25 | static char doc[] = N_("GNU MH rmm\v" | 25 | static char doc[] = N_("GNU MH rmm\v\ |
26 | "Use -help to obtain the list of traditional MH options."); | 26 | Use -help to obtain the list of traditional MH options."); |
27 | static char args_doc[] = N_("[+folder] [msgs]"); | 27 | static char args_doc[] = N_("[+folder] [msgs]"); |
28 | 28 | ||
29 | /* GNU options */ | 29 | /* GNU options */ | ... | ... |
... | @@ -29,8 +29,8 @@ | ... | @@ -29,8 +29,8 @@ |
29 | const char *program_version = "scan (" PACKAGE_STRING ")"; | 29 | const char *program_version = "scan (" PACKAGE_STRING ")"; |
30 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 30 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
31 | in this message */ | 31 | in this message */ |
32 | static char doc[] = N_("GNU MH scan\v" | 32 | static char doc[] = N_("GNU MH scan\v\ |
33 | "Use -help to obtain the list of traditional MH options."); | 33 | Use -help to obtain the list of traditional MH options."); |
34 | static char args_doc[] = N_("[+folder] [msgs]"); | 34 | static char args_doc[] = N_("[+folder] [msgs]"); |
35 | 35 | ||
36 | /* GNU options */ | 36 | /* GNU options */ | ... | ... |
... | @@ -26,9 +26,9 @@ | ... | @@ -26,9 +26,9 @@ |
26 | const char *program_version = "send (" PACKAGE_STRING ")"; | 26 | const char *program_version = "send (" PACKAGE_STRING ")"; |
27 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 27 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
28 | in this message */ | 28 | in this message */ |
29 | static char doc[] = N_("GNU MH send\v" | 29 | static char doc[] = N_("GNU MH send\v\ |
30 | "Options marked with `*' are not yet implemented.\n" | 30 | Options marked with `*' are not yet implemented.\n\ |
31 | "Use -help to obtain the list of traditional MH options."); | 31 | Use -help to obtain the list of traditional MH options."); |
32 | static char args_doc[] = N_("file [file...]"); | 32 | static char args_doc[] = N_("file [file...]"); |
33 | 33 | ||
34 | 34 | ... | ... |
... | @@ -20,8 +20,8 @@ | ... | @@ -20,8 +20,8 @@ |
20 | const char *program_version = "whom (" PACKAGE_STRING ")"; | 20 | const char *program_version = "whom (" PACKAGE_STRING ")"; |
21 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 21 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
22 | in this message */ | 22 | in this message */ |
23 | static char doc[] = N_("GNU MH whom\v" | 23 | static char doc[] = N_("GNU MH whom\v\ |
24 | "Use -help to obtain the list of traditional MH options."); | 24 | Use -help to obtain the list of traditional MH options."); |
25 | static char args_doc[] = "[file]"; | 25 | static char args_doc[] = "[file]"; |
26 | 26 | ||
27 | /* GNU options */ | 27 | /* GNU options */ | ... | ... |
... | @@ -51,14 +51,14 @@ const char *program_version = "sieve (" PACKAGE_STRING ")"; | ... | @@ -51,14 +51,14 @@ const char *program_version = "sieve (" PACKAGE_STRING ")"; |
51 | static char doc[] = | 51 | static char doc[] = |
52 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) | 52 | /* TRANSLATORS: Please, preserve the vertical tabulation (^K character) |
53 | in this message */ | 53 | in this message */ |
54 | N_("GNU sieve -- a mail filtering tool\n" | 54 | N_("GNU sieve -- a mail filtering tool\n\ |
55 | "\v" | 55 | \v\ |
56 | "Debug flags:\n" | 56 | Debug flags:\n\ |
57 | " g - main parser traces\n" | 57 | g - main parser traces\n\ |
58 | " T - mailutil traces (MU_DEBUG_TRACE)\n" | 58 | T - mailutil traces (MU_DEBUG_TRACE)\n\ |
59 | " P - network protocols (MU_DEBUG_PROT)\n" | 59 | P - network protocols (MU_DEBUG_PROT)\n\ |
60 | " t - sieve trace (MU_SIEVE_DEBUG_TRACE)\n" | 60 | t - sieve trace (MU_SIEVE_DEBUG_TRACE)\n\ |
61 | " i - sieve instructions trace (MU_SIEVE_DEBUG_INSTR)\n"); | 61 | i - sieve instructions trace (MU_SIEVE_DEBUG_INSTR)\n"); |
62 | 62 | ||
63 | #define D_DEFAULT "TPt" | 63 | #define D_DEFAULT "TPt" |
64 | 64 | ... | ... |
-
Please register or sign in to post a comment