summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/devtool-reference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/devtool-reference.rst')
-rw-r--r--documentation/ref-manual/devtool-reference.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/devtool-reference.rst b/documentation/ref-manual/devtool-reference.rst
index 1862c481df..a5746ed7d0 100644
--- a/documentation/ref-manual/devtool-reference.rst
+++ b/documentation/ref-manual/devtool-reference.rst
@@ -78,7 +78,7 @@ has a number of sub-commands for each function. You can run
78 78
79As directed in the general help output, you can 79As directed in the general help output, you can
80get more syntax on a specific command by providing the command name and 80get more syntax on a specific command by providing the command name and
81using "--help":: 81using ``--help``::
82 82
83 $ devtool add --help 83 $ devtool add --help
84 NOTE: Starting bitbake server... 84 NOTE: Starting bitbake server...
@@ -471,7 +471,7 @@ Use the ``devtool build`` command to build your recipe. The
471 471
472When you use the ``devtool build`` command, you must supply the root 472When you use the ``devtool build`` command, you must supply the root
473name of the recipe (i.e. do not provide versions, paths, or extensions). 473name of the recipe (i.e. do not provide versions, paths, or extensions).
474You can use either the "-s" or the "--disable-parallel-make" options to 474You can use either the ``-s`` or the ``--disable-parallel-make`` options to
475disable parallel makes during the build. Here is an example:: 475disable parallel makes during the build. Here is an example::
476 476
477 $ devtool build recipe 477 $ devtool build recipe