Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTimofey <t.danshin@corp.mail.ru>2016-10-12 17:43:45 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-10-12 17:43:45 +0300
commit031f41c56df776a458f57dae33e98c6f198e24e4 (patch)
tree362ee15c9ab8436f9db16a3fbb1a17ae8215a8f8 /tools
parent807732d0088a3638b72f2f1ad24be44729fac06e (diff)
PR fixes
Diffstat (limited to 'tools')
-rw-r--r--tools/python/po_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/po_parser.py b/tools/python/po_parser.py
index 6721b69d2a..39e268ab0c 100644
--- a/tools/python/po_parser.py
+++ b/tools/python/po_parser.py
@@ -101,7 +101,7 @@ class PoParser:
)
parser.add_argument(
- "-s", "--strings-txt",
+ "-s", "--strings",
dest="strings_txt", required=True,
help="""The path to the strings.txt file. The strings from the po
files will be added to that strings.txt file."""