bin/bitbake: Fix help typo

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3184 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-11-16 10:53:10 +00:00
parent 478a35dd7d
commit 2704cfa82d
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ def main():
usage = """%prog [options] [package ...]
Executes the specified task (default is 'build') for a given set of BitBake files.
It expects that BBFILES is defined, which is a space seperated list of files to
It expects that BBFILES is defined, which is a space separated list of files to
be executed. BBFILES does support wildcards.
Default BBFILES are the .bb files in the current directory.""" )