diff options
Diffstat (limited to 'scripts/lib/recipetool/create.py')
-rw-r--r-- | scripts/lib/recipetool/create.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.py index 15aa9bdbb3..2d750465d1 100644 --- a/scripts/lib/recipetool/create.py +++ b/scripts/lib/recipetool/create.py | |||
@@ -436,7 +436,7 @@ def convert_debian(debpath): | |||
436 | return values | 436 | return values |
437 | 437 | ||
438 | 438 | ||
439 | def register_command(subparsers): | 439 | def register_commands(subparsers): |
440 | parser_create = subparsers.add_parser('create', | 440 | parser_create = subparsers.add_parser('create', |
441 | help='Create a new recipe', | 441 | help='Create a new recipe', |
442 | description='Creates a new recipe from a source tree') | 442 | description='Creates a new recipe from a source tree') |