diff options
author | Maciej Borzecki <maciej.borzecki@open-rnd.pl> | 2015-09-25 12:51:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-21 23:06:32 +0100 |
commit | 08898485e0c3e09e15f0ea367dbeb25260d50bcc (patch) | |
tree | d7f7c12c51e6c5b618290c6d295a4a26eef39d42 /documentation/dev-manual | |
parent | 1944d2800073ebaad2a2393c25b0800d930e9acf (diff) | |
download | poky-08898485e0c3e09e15f0ea367dbeb25260d50bcc.tar.gz |
dev-manual: Updated devtool build --help example
The wrong command was in the help example in the note.
(From yocto-docs rev: a1ba70d1dcc680c2ddfb8fd5c544f57a29745cbc)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index b98c0fe899..6e42c7b391 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -2217,7 +2217,7 @@ | |||
2217 | </literallayout> | 2217 | </literallayout> |
2218 | <note> | 2218 | <note> |
2219 | For complete syntax, use the | 2219 | For complete syntax, use the |
2220 | <filename>devtool update-recipe --help</filename> command. | 2220 | <filename>devtool build --help</filename> command. |
2221 | </note> | 2221 | </note> |
2222 | Building your software using <filename>devtool build</filename> | 2222 | Building your software using <filename>devtool build</filename> |
2223 | is identical to using BitBake to build the software. | 2223 | is identical to using BitBake to build the software. |