Fix "localedef --posix" description
authorAllan McRae <allan@archlinux.org>
Sun, 2 Dec 2012 09:56:13 +0000 (19:56 +1000)
committerAllan McRae <allan@archlinux.org>
Thu, 3 Jan 2013 08:00:47 +0000 (18:00 +1000)
ChangeLog
locale/programs/localedef.c

index 1467406..3abe4aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-03     Allan McRae     <allan@archlinux.org>
+
+       * locale/programs/localedef.c: Fix description of '--posix' flag.
+
 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
 
        * NEWS: Update dates in second copyright notice.
index cc94828..16129bb 100644 (file)
@@ -128,7 +128,7 @@ static const struct argp_option options[] =
     N_("Create output even if warning messages were issued") },
   { "old-style", OPT_OLDSTYLE, NULL, 0, N_("Create old-style tables") },
   { "prefix", OPT_PREFIX, "PATH", 0, N_("Optional output file prefix") },
-  { "posix", OPT_POSIX, NULL, 0, N_("Be strictly POSIX conform") },
+  { "posix", OPT_POSIX, NULL, 0, N_("Strictly conform to POSIX") },
   { "quiet", OPT_QUIET, NULL, 0,
     N_("Suppress warnings and information messages") },
   { "verbose", 'v', NULL, 0, N_("Print more messages") },