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:
authorMaksim Andrianov <maksimandrianov1@gmail.com>2019-05-20 17:59:15 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2019-05-20 18:03:12 +0300
commit0eaef6cf3bd39c16279efb4552dc24def691e7f0 (patch)
tree1be2de8c2b04d8a67488de0d90c2225ec5392e00 /tools
parent020e73b851fb78365723a8679e4c76cb26fb10d9 (diff)
[python] Fixed option name.
Diffstat (limited to 'tools')
-rw-r--r--tools/python/mwm/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/python/mwm/__main__.py b/tools/python/mwm/__main__.py
index e480e775c8..ba03ea6bbf 100644
--- a/tools/python/mwm/__main__.py
+++ b/tools/python/mwm/__main__.py
@@ -51,7 +51,7 @@ The most commonly used mwm commands are:
dump_mwm(args.path)
@staticmethod
- def find_method():
+ def find_feature():
parser = argparse.ArgumentParser(
description="Finds features in an mwm file based on a query.")
parser.add_argument("--path", type=str, required=True,