[python] Fixed option name.

This commit is contained in:
Maksim Andrianov 2019-05-20 17:59:15 +03:00 committed by Tatiana Yan
parent 020e73b851
commit 0eaef6cf3b

View file

@ -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,