summaryrefslogtreecommitdiff
path: root/dotlock
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-27 19:33:04 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-27 19:33:04 +0000
commitf767ae4103253efd31b6c2da01aca696402f8f46 (patch)
treeb1b596803b5275bcc83a41da0b72bf88ee46d7a1 /dotlock
parentd7fe456f61e86d8bfeffb6a4557ddb7512326d1c (diff)
downloadmailutils-f767ae4103253efd31b6c2da01aca696402f8f46.tar.gz
mailutils-f767ae4103253efd31b6c2da01aca696402f8f46.tar.bz2
Added missing N_() markers.
Diffstat (limited to 'dotlock')
-rw-r--r--dotlock/dotlock.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dotlock/dotlock.c b/dotlock/dotlock.c
index 533220348..c882256e6 100644
--- a/dotlock/dotlock.c
+++ b/dotlock/dotlock.c
@@ -44,16 +44,16 @@ static struct argp_option options[] = {
{"unlock", 'u', NULL, 0,
N_("Unlock"), 0},
- {"force", 'f', "MINUTES", OPTION_ARG_OPTIONAL,
+ {"force", 'f', N_("MINUTES"), OPTION_ARG_OPTIONAL,
N_("Forcibly break an existing lock older than a certain time"), 0},
- {"retry", 'r', "RETRIES", OPTION_ARG_OPTIONAL,
+ {"retry", 'r', N_("RETRIES"), OPTION_ARG_OPTIONAL,
N_("Retry the lock a few times"), 0},
{"debug", 'd', NULL, 0,
N_("Print details of failure reasons to stderr"), 0},
- {"test", 'T', "PROGRAM", OPTION_HIDDEN,
+ {"test", 'T', N_("PROGRAM"), OPTION_HIDDEN,
N_("Test external dotlocker"), 0},
{NULL, 0, NULL, 0, NULL, 0}

Return to:

Send suggestions and report system problems to the System administrator.