[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1335/8267] toaster-manual: splitted long line



commit a814a61afb9495b03efb99e4ee1b59403a39a938
Author: Ed Bartosh <ed bartosh linux intel com>
Date:   Tue Jul 12 11:19:03 2016 -0700

    toaster-manual: splitted long line
    
    The TOASTER_DIR=... checksettings line is too long and got truncated
    when documenation in pdf format is made. Splitting it to two lines
    should fix this.
    
    (From yocto-docs rev: f3bf1c7b4094a9fda60f7f9d99363a947afed261)
    
    Signed-off-by: Scott Rifenbark <srifenbark gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../toaster-manual-setup-and-use.xml               |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml 
b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
index 5c3b73f..7247fcb 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -347,7 +347,8 @@
                       <literallayout class='monospaced'>
    $ cd  /var/www/toaster/poky/
    $ ./bitbake/lib/toaster/manage.py migrate
-   $ TOASTER_DIR=`pwd` TOASTER_CONF=./meta-poky/conf/toasterconf.json ./bitbake/lib/toaster/manage.py 
checksettings
+   $ TOASTER_DIR=`pwd` TOASTER_CONF=./meta-poky/conf/toasterconf.json \
+     ./bitbake/lib/toaster/manage.py checksettings
    $ ./bitbake/lib/toaster/manage.py collectstatic
                       </literallayout>
                       </para>


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