wic: add help for 'include' command

Added description of 'include' parser command to the
'wic help kickstart' output.

(From OE-Core rev: 7481f39382e63ecbb5de406559cc28e5689bd974)

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ed Bartosh
2016-01-19 18:51:10 +02:00
committed by Richard Purdie
parent bfaabe5209
commit e3b3bcf07a

View File

@@ -760,4 +760,18 @@ DESCRIPTION
implemented by the various --source plugins that implement
bootloader functionality; the bootloader command essentially
provides a means of modifying bootloader configuration.
* include
This command allows the user to include the content of .wks file
into original .wks file.
Command uses the following syntax:
include <file>
The <file> is either path to the file or its name. If name is
specified wic will try to find file in the directories with canned
.wks files.
"""