| Index: recipe_engine/lint_test.py
 | 
| diff --git a/recipe_engine/lint_test.py b/recipe_engine/lint_test.py
 | 
| index 0df128066cb1ec91e1a272e3d34281f444d512fe..38772e624944bb6245fe16761260948f5da68ce6 100755
 | 
| --- a/recipe_engine/lint_test.py
 | 
| +++ b/recipe_engine/lint_test.py
 | 
| @@ -72,7 +72,7 @@ def add_subparser(parser):
 | 
|        help='A regexp matching module names to add to the default whitelist. '
 | 
|             'Use multiple times to add multiple patterns,')
 | 
|  
 | 
| -  lint_p.set_defaults(command='lint', func=main)
 | 
| +  lint_p.set_defaults(func=main)
 | 
|  
 | 
|  
 | 
|  def main(package_deps, args):
 | 
| 
 |