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