]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Fixed a typo on description for setuptools command option. 48/head
authorHyunjun Kim <kim@hyunjun.kr>
Fri, 16 Aug 2013 11:40:31 +0000 (20:40 +0900)
committerHyunjun Kim <kim@hyunjun.kr>
Fri, 16 Aug 2013 11:40:31 +0000 (20:40 +0900)
babel/messages/frontend.py

index 3d496f3ee9c8b44349e61a88a89321db5f6b66db..f26e985edc1642d7e433a911b32e21c8977ccab2 100755 (executable)
@@ -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',