diff options
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-x | bitbake/bin/bitbake-layers | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers index 2b05d28470..04e6bec251 100755 --- a/bitbake/bin/bitbake-layers +++ b/bitbake/bin/bitbake-layers | |||
@@ -43,6 +43,7 @@ def main(): | |||
43 | add_help=False) | 43 | add_help=False) |
44 | parser.add_argument('-d', '--debug', help='Enable debug output', action='store_true') | 44 | parser.add_argument('-d', '--debug', help='Enable debug output', action='store_true') |
45 | parser.add_argument('-q', '--quiet', help='Print only errors', action='store_true') | 45 | parser.add_argument('-q', '--quiet', help='Print only errors', action='store_true') |
46 | parser.add_argument('-F', '--force', help='Force add without recipe parse verification', action='store_true') | ||
46 | parser.add_argument('--color', choices=['auto', 'always', 'never'], default='auto', help='Colorize output (where %(metavar)s is %(choices)s)', metavar='COLOR') | 47 | parser.add_argument('--color', choices=['auto', 'always', 'never'], default='auto', help='Colorize output (where %(metavar)s is %(choices)s)', metavar='COLOR') |
47 | 48 | ||
48 | global_args, unparsed_args = parser.parse_known_args() | 49 | global_args, unparsed_args = parser.parse_known_args() |