summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbitbake/bin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake
index 489662f714..0b4f55631d 100755
--- a/bitbake/bin/bitbake
+++ b/bitbake/bin/bitbake
@@ -70,7 +70,7 @@ def get_ui(config):
70 return getattr(module, interface).main 70 return getattr(module, interface).main
71 except AttributeError: 71 except AttributeError:
72 sys.exit("FATAL: Invalid user interface '%s' specified.\n" 72 sys.exit("FATAL: Invalid user interface '%s' specified.\n"
73 "Valid interfaces: depexp, goggle, ncurses, hob, knotty [default], knotty2." % interface) 73 "Valid interfaces: depexp, goggle, ncurses, hob, knotty [default]." % interface)
74 74
75 75
76# Display bitbake/OE warnings via the BitBake.Warnings logger, ignoring others""" 76# Display bitbake/OE warnings via the BitBake.Warnings logger, ignoring others"""