From e5a4738b5ad6b6497383c562dc102a08631d532f Mon Sep 17 00:00:00 2001 From: Hyunjun Kim Date: Fri, 16 Aug 2013 20:40:31 +0900 Subject: [PATCH] Fixed a typo on description for setuptools command option. --- babel/messages/frontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.47.2