summaryrefslogtreecommitdiff
path: root/libsieve/argp.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsieve/argp.c')
-rw-r--r--libsieve/argp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsieve/argp.c b/libsieve/argp.c
index 36c766da6..b5a975669 100644
--- a/libsieve/argp.c
+++ b/libsieve/argp.c
@@ -30,9 +30,9 @@ static error_t sieve_argp_parser __P((int key, char *arg,
/* Options used by programs that use extended authentication mechanisms. */
static struct argp_option sieve_argp_option[] = {
- { "includedir", 'I', "DIR", 0,
+ { "includedir", 'I', N_("DIR"), 0,
"Append directory DIR to the list of directories searched for include files", 0 },
- { "libdir", 'L', "DIR", 0,
+ { "libdir", 'L', N_("DIR"), 0,
"Append directory DIR to the list of directories searched for library files", 0 },
{ NULL, 0, NULL, 0, NULL, 0 }
};

Return to:

Send suggestions and report system problems to the System administrator.