]> sourceware.org Git - glibc.git/commitdiff
(options): Mark parameter option names as translatable.
authorUlrich Drepper <drepper@redhat.com>
Tue, 10 Aug 2004 04:04:32 +0000 (04:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 10 Aug 2004 04:04:32 +0000 (04:04 +0000)
elf/ldconfig.c

index 448857ef9a226a2351de638c1998fb4d8fbef9a8..aab52b7e3eec10470d204e8f9ca7f2fc1f9d8b38 100644 (file)
@@ -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 }
 };
 
This page took 0.046019 seconds and 5 git commands to generate.