forked from organicmaps/organicmaps
[python] Fixed option name.
This commit is contained in:
parent
020e73b851
commit
0eaef6cf3b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue