From 031f41c56df776a458f57dae33e98c6f198e24e4 Mon Sep 17 00:00:00 2001 From: Timofey Date: Wed, 12 Oct 2016 17:43:45 +0300 Subject: [PATCH] PR fixes --- tools/python/po_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."""