aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-08 23:04:42 +0000
committerChris Larson <clarson@kergoth.com>2004-12-08 23:04:42 +0000
commitde2cced45f5fd4787eda5bef1833e963643a21d9 (patch)
treef0fc4a741f79f731a348aba53d17bd3930496d71
parente440b93fea60bcaac84d19e8d99561f73f0bc023 (diff)
downloadbitbake-de2cced45f5fd4787eda5bef1833e963643a21d9.tar.gz
Mention --help when bitbake is called with no arguments.
-rwxr-xr-xbin/bitbake3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/bitbake b/bin/bitbake
index 93f08167a..1d4d40964 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -656,7 +656,8 @@ if __name__ == "__main__":
if bbpkgs:
pkgs_to_build = bbpkgs.split()
if not pkgs_to_build and not make.options.show_versions:
- print "Nothing to build. Use 'bitbake world' to build everything."
+ print "Nothing to do. Use 'bitbake world' to build everything, or run 'bitbake --help'"
+ print "for usage information."
sys.exit(0)