From 7864c09b09a5c10839de78355eff6fdf4b2ee3ca Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 10 Aug 2004 04:04:32 +0000 Subject: (options): Mark parameter option names as translatable. --- elf/ldconfig.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'elf') 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 } }; -- cgit v1.2.3