summaryrefslogtreecommitdiff
path: root/babel
diff options
context:
space:
mode:
authorAlex Kuzmenko <a.kuzmenko@smartweb.com.ua>2016-12-15 15:47:38 +0200
committerAlex Kuzmenko <a.kuzmenko@smartweb.com.ua>2016-12-15 15:47:38 +0200
commit9be702b334453d0a22c18e7443a172cc5ee9f7d3 (patch)
treee3b0ed67975aeb9a57675a1e331360f86e62299d /babel
parentab56a43d0a33ac57a6cfedc57221f360ce0b3b81 (diff)
downloadbabel-9be702b334453d0a22c18e7443a172cc5ee9f7d3.tar.gz
Fix setup.py option 'add_location'
Diffstat (limited to 'babel')
-rw-r--r--babel/messages/frontend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel/messages/frontend.py b/babel/messages/frontend.py
index da4323c..fb171e3 100644
--- a/babel/messages/frontend.py
+++ b/babel/messages/frontend.py
@@ -277,7 +277,7 @@ class extract_messages(Command):
'path to the mapping configuration file'),
('no-location', None,
'do not include location comments with filename and line number'),
- ('add-location', None,
+ ('add-location=', None,
'location lines format. If it is not given or "full", it generates '
'the lines with both file name and line number. If it is "file", '
'the line number part is omitted. If it is "never", it completely '