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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.py
index 5c5ac7ae40..963aa91421 100644
--- a/scripts/lib/recipetool/create.py
+++ b/scripts/lib/recipetool/create.py
@@ -1413,6 +1413,7 @@ def register_commands(subparsers):
1413 parser_create.add_argument('-B', '--srcbranch', help='Branch in source repository if fetching from an SCM such as git (default master)') 1413 parser_create.add_argument('-B', '--srcbranch', help='Branch in source repository if fetching from an SCM such as git (default master)')
1414 parser_create.add_argument('--keep-temp', action="store_true", help='Keep temporary directory (for debugging)') 1414 parser_create.add_argument('--keep-temp', action="store_true", help='Keep temporary directory (for debugging)')
1415 parser_create.add_argument('--npm-dev', action="store_true", help='For npm, also fetch devDependencies') 1415 parser_create.add_argument('--npm-dev', action="store_true", help='For npm, also fetch devDependencies')
1416 parser_create.add_argument('--no-pypi', action="store_true", help='Do not inherit pypi class')
1416 parser_create.add_argument('--devtool', action="store_true", help=argparse.SUPPRESS) 1417 parser_create.add_argument('--devtool', action="store_true", help=argparse.SUPPRESS)
1417 parser_create.add_argument('--mirrors', action="store_true", help='Enable PREMIRRORS and MIRRORS for source tree fetching (disabled by default).') 1418 parser_create.add_argument('--mirrors', action="store_true", help='Enable PREMIRRORS and MIRRORS for source tree fetching (disabled by default).')
1418 parser_create.set_defaults(func=create_recipe) 1419 parser_create.set_defaults(func=create_recipe)