From: Hyunjun Kim Date: Fri, 16 Aug 2013 11:40:31 +0000 (+0900) Subject: Fixed a typo on description for setuptools command option. X-Git-Tag: 2.0~3^2~9^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5a4738b5ad6b6497383c562dc102a08631d532f;p=thirdparty%2Fbabel.git Fixed a typo on description for setuptools command option. --- diff --git a/babel/messages/frontend.py b/babel/messages/frontend.py index 3d496f3e..f26e985e 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 " - "'//LC_MESSAGES/.po')"), + "'//LC_MESSAGES/.mo')"), ('locale=', 'l', 'locale of the catalog to compile'), ('use-fuzzy', 'f',