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,