[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3971/8267] dev-manual: Fixed "recipetool create" example



commit 5d64b8e076f347a36cd3893becdb90a7443fbb06
Author: Martin Vuille <jpmv27 yahoo com>
Date:   Thu Dec 29 10:54:43 2016 -0800

    dev-manual: Fixed "recipetool create" example
    
    Fixes [YOCTO #10763]
    
    The final example in the section describing how to create
    the base recipe using receipetool create was wrong.  I updated
    it to use the -d option in addition to the -o opetion.  I also
    changed the description to match appropriately.
    
    (From yocto-docs rev: 8cc6d5e21532eeaac0e6d9ace3e0b58803a9804e)
    
    Signed-off-by: Scott Rifenbark <srifenbark gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../dev-manual/dev-manual-common-tasks.xml         |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml 
b/documentation/dev-manual/dev-manual-common-tasks.xml
index f3f2a4b..49d8f5c 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1379,11 +1379,11 @@
                     </literallayout>
                     Use this syntax to generate a recipe based on <replaceable>source</replaceable>.
                     The options direct <filename>recipetool</filename> to
-                    run in "quiet mode" and to generate debugging information.
+                    generate debugging information.
                     Once generated, the recipe resides in the existing source
                     code layer:
                     <literallayout class='monospaced'>
-     recipetool create -o <replaceable>OUTFILE</replaceable> <replaceable>source</replaceable>
+     recipetool create -d -o <replaceable>OUTFILE</replaceable> <replaceable>source</replaceable>
                     </literallayout>
                 </para>
             </section>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]