summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyunjun Kim <kim@hyunjun.kr>2013-08-16 20:40:31 +0900
committerHyunjun Kim <kim@hyunjun.kr>2013-08-16 20:40:31 +0900
commite5a4738b5ad6b6497383c562dc102a08631d532f (patch)
tree96b3f5cdd542c05cca6b6da8adc278b4558929ca
parentca2f29cba122b3f6d64ea13669eb6210f0e457b5 (diff)
downloadbabel-e5a4738b5ad6b6497383c562dc102a08631d532f.tar.gz
Fixed a typo on description for setuptools command option.
-rwxr-xr-xbabel/messages/frontend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel/messages/frontend.py b/babel/messages/frontend.py
index 3d496f3..f26e985 100755
--- a/babel/messages/frontend.py
+++ b/babel/messages/frontend.py
@@ -65,7 +65,7 @@ class compile_catalog(Command):
'name of the input file'),
('output-file=', 'o',
"name of the output file (default "
- "'<output_dir>/<locale>/LC_MESSAGES/<domain>.po')"),
+ "'<output_dir>/<locale>/LC_MESSAGES/<domain>.mo')"),
('locale=', 'l',
'locale of the catalog to compile'),
('use-fuzzy', 'f',