summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-10 04:04:32 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-10 04:04:32 +0000
commit7864c09b09a5c10839de78355eff6fdf4b2ee3ca (patch)
tree1d0491670a1279aba096c1d13a909451c68ec2b1 /elf
parent5ce59aa6f94d154ffc106b0a38107b57a31c90c9 (diff)
(options): Mark parameter option names as translatable.
Diffstat (limited to 'elf')
-rw-r--r--elf/ldconfig.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/elf/ldconfig.c b/elf/ldconfig.c
index 448857ef9a..aab52b7e3e 100644
--- a/elf/ldconfig.c
+++ b/elf/ldconfig.c
@@ -127,12 +127,12 @@ static const struct argp_option options[] =
{ "verbose", 'v', NULL, 0, N_("Generate verbose messages"), 0},
{ NULL, 'N', NULL, 0, N_("Don't build cache"), 0},
{ NULL, 'X', NULL, 0, N_("Don't generate links"), 0},
- { NULL, 'r', "ROOT", 0, N_("Change to and use ROOT as root directory"), 0},
- { NULL, 'C', "CACHE", 0, N_("Use CACHE as cache file"), 0},
- { NULL, 'f', "CONF", 0, N_("Use CONF as configuration file"), 0},
+ { NULL, 'r', N_("ROOT"), 0, N_("Change to and use ROOT as root directory"), 0},
+ { NULL, 'C', N_("CACHE"), 0, N_("Use CACHE as cache file"), 0},
+ { NULL, 'f', N_("CONF"), 0, N_("Use CONF as configuration file"), 0},
{ NULL, 'n', NULL, 0, N_("Only process directories specified on the command line. Don't build cache."), 0},
{ NULL, 'l', NULL, 0, N_("Manually link individual libraries."), 0},
- { "format", 'c', "FORMAT", 0, N_("Format to use: new, old or compat (default)"), 0},
+ { "format", 'c', N_("FORMAT"), 0, N_("Format to use: new, old or compat (default)"), 0},
{ NULL, 0, NULL, 0, NULL, 0 }
};