summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/devtool-reference.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/documentation/ref-manual/devtool-reference.rst b/documentation/ref-manual/devtool-reference.rst
index a5746ed7d0..5fd51569a3 100644
--- a/documentation/ref-manual/devtool-reference.rst
+++ b/documentation/ref-manual/devtool-reference.rst
@@ -284,10 +284,7 @@ is identified using the ``EDITOR`` variable, on the specified recipe.
284When you use the ``devtool edit-recipe`` command, you must supply the 284When you use the ``devtool edit-recipe`` command, you must supply the
285root name of the recipe (i.e. no version, paths, or extensions). Also, 285root name of the recipe (i.e. no version, paths, or extensions). Also,
286the recipe file itself must reside in the workspace as a result of the 286the recipe file itself must reside in the workspace as a result of the
287``devtool add`` or ``devtool upgrade`` commands. However, you can 287``devtool add`` or ``devtool upgrade`` commands.
288override that requirement by using the "-a" or "--any-recipe" option.
289Using either of these options allows you to edit any recipe regardless
290of its location.
291 288
292.. _devtool-updating-a-recipe: 289.. _devtool-updating-a-recipe:
293 290