summaryrefslogtreecommitdiff
path: root/locale
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2012-12-02 19:56:13 +1000
committerAllan McRae <allan@archlinux.org>2013-01-03 18:00:47 +1000
commitfd80f0b7a144a17222795a68691db3d97da5f730 (patch)
treec63dc882e1024676bdeb9355f42a850eb02e0fdf /locale
parente6898b8d922981bbf5a30c8d1e0ac5b67cfab32f (diff)
Fix "localedef --posix" description
Diffstat (limited to 'locale')
-rw-r--r--locale/programs/localedef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c
index cc948286ab..16129bb8f7 100644
--- a/locale/programs/localedef.c
+++ b/locale/programs/localedef.c
@@ -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") },