diff options
Diffstat (limited to 'bitbake/lib/bb')
-rwxr-xr-x | bitbake/lib/bb/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/main.py b/bitbake/lib/bb/main.py index 49dc8d5b59..ee72328f4e 100755 --- a/bitbake/lib/bb/main.py +++ b/bitbake/lib/bb/main.py | |||
@@ -83,7 +83,7 @@ class BitBakeConfigParameters(cookerdata.ConfigParameters): | |||
83 | def parseCommandLine(self, argv=sys.argv): | 83 | def parseCommandLine(self, argv=sys.argv): |
84 | parser = optparse.OptionParser( | 84 | parser = optparse.OptionParser( |
85 | version = "BitBake Build Tool Core version %s" % bb.__version__, | 85 | version = "BitBake Build Tool Core version %s" % bb.__version__, |
86 | usage = """%prog [options] [recipename/target ...] | 86 | usage = """%prog [options] [recipename/target recipe:do_task ...] |
87 | 87 | ||
88 | Executes the specified task (default is 'build') for a given set of target recipes (.bb files). | 88 | Executes the specified task (default is 'build') for a given set of target recipes (.bb files). |
89 | It is assumed there is a conf/bblayers.conf available in cwd or in BBPATH which | 89 | It is assumed there is a conf/bblayers.conf available in cwd or in BBPATH which |