]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Fix setup.py option 'add_location' 459/head
authorAlex Kuzmenko <a.kuzmenko@smartweb.com.ua>
Thu, 15 Dec 2016 13:47:38 +0000 (15:47 +0200)
committerAlex Kuzmenko <a.kuzmenko@smartweb.com.ua>
Thu, 15 Dec 2016 13:47:38 +0000 (15:47 +0200)
babel/messages/frontend.py

index da4323cb83c2820aedbbb14268e40226231cbf56..fb171e36a0fafa596cd7f13a6b82577ebd8eca11 100644 (file)
@@ -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 '