summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/create.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/recipetool/create.py')
-rw-r--r--scripts/lib/recipetool/create.py2
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
439def register_command(subparsers): 439def 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')