From b16279603f804a33ea18e285b9860876ebb935ad Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Mon, 6 Sep 2021 15:12:09 -0400 Subject: ref-manual: remove mention of obsolete devtool "--any-recipe" option Running "devtool edit-recipe -h" produces, in part, the output: --any-recipe, -a Does nothing (exists for backwards-compatibility) so it seems of little value to continue referring to it. (From yocto-docs rev: fdac1da045e60d37025f754c9b6be5bb36f31c86) Signed-off-by: Robert P. J. Day Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/devtool-reference.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'documentation') 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. When you use the ``devtool edit-recipe`` command, you must supply the root name of the recipe (i.e. no version, paths, or extensions). Also, the recipe file itself must reside in the workspace as a result of the -``devtool add`` or ``devtool upgrade`` commands. However, you can -override that requirement by using the "-a" or "--any-recipe" option. -Using either of these options allows you to edit any recipe regardless -of its location. +``devtool add`` or ``devtool upgrade`` commands. .. _devtool-updating-a-recipe: -- cgit v1.2.3-54-g00ecf