diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-16 10:53:10 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-16 10:53:10 +0000 |
commit | 2704cfa82d8422d2182f1463f227ea27848492f3 (patch) | |
tree | 02f06b35d77203b306c2e34323a0395761d8705c /bitbake/bin | |
parent | 478a35dd7d11f289059c3fbcee749fbae74db54c (diff) | |
download | poky-2704cfa82d8422d2182f1463f227ea27848492f3.tar.gz |
bin/bitbake: Fix help typo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3184 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-x | bitbake/bin/bitbake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 53185e58c6..384175d852 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake | |||
@@ -50,7 +50,7 @@ def main(): | |||
50 | usage = """%prog [options] [package ...] | 50 | usage = """%prog [options] [package ...] |
51 | 51 | ||
52 | Executes the specified task (default is 'build') for a given set of BitBake files. | 52 | Executes the specified task (default is 'build') for a given set of BitBake files. |
53 | It expects that BBFILES is defined, which is a space seperated list of files to | 53 | It expects that BBFILES is defined, which is a space separated list of files to |
54 | be executed. BBFILES does support wildcards. | 54 | be executed. BBFILES does support wildcards. |
55 | Default BBFILES are the .bb files in the current directory.""" ) | 55 | Default BBFILES are the .bb files in the current directory.""" ) |
56 | 56 | ||