mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
wic: Add help text for 'wic list source-plugins'
Add both short and long text for the new 'wic list source-plugins' command. (From OE-Core rev: 4f20acc10b18c7353bd73f253943372dacd957ca) Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
40769b7cc0
commit
1908751b32
@@ -199,6 +199,7 @@ wic_list_usage = """
|
|||||||
|
|
||||||
usage: wic list images
|
usage: wic list images
|
||||||
wic list <image> help
|
wic list <image> help
|
||||||
|
wic list source-plugins
|
||||||
wic list properties
|
wic list properties
|
||||||
wic list properties <wks file>
|
wic list properties <wks file>
|
||||||
wic list property <property>
|
wic list property <property>
|
||||||
@@ -214,11 +215,14 @@ wic_list_usage = """
|
|||||||
The second form lists the detailed help information for a specific
|
The second form lists the detailed help information for a specific
|
||||||
'canned' image.
|
'canned' image.
|
||||||
|
|
||||||
The third form enumerates all the possible values that exist and can
|
The third form enumerates all the available --sources (source
|
||||||
|
plugins).
|
||||||
|
|
||||||
|
The fourth form enumerates all the possible values that exist and can
|
||||||
be specified in an OE kickstart (wks) file.
|
be specified in an OE kickstart (wks) file.
|
||||||
|
|
||||||
The fourth form enumerates all the possible options that exist for
|
The fifth form enumerates all the possible options that exist for the
|
||||||
the set of properties specified in a given OE kickstart (ks) file.
|
set of properties specified in a given OE kickstart (ks) file.
|
||||||
|
|
||||||
The final form enumerates all the possible values that exist and can
|
The final form enumerates all the possible values that exist and can
|
||||||
be specified for any given OE kickstart (wks) property.
|
be specified for any given OE kickstart (wks) property.
|
||||||
@@ -234,6 +238,7 @@ NAME
|
|||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
wic list images
|
wic list images
|
||||||
wic list <image> help
|
wic list <image> help
|
||||||
|
wic list source-plugins
|
||||||
wic list properties
|
wic list properties
|
||||||
wic list properties <wks file>
|
wic list properties <wks file>
|
||||||
wic list property <property>
|
wic list property <property>
|
||||||
@@ -255,6 +260,15 @@ DESCRIPTION
|
|||||||
The second form lists the detailed help information for a specific
|
The second form lists the detailed help information for a specific
|
||||||
'canned' image.
|
'canned' image.
|
||||||
|
|
||||||
|
The third form enumerates all the available --sources (source
|
||||||
|
plugins). The contents of a given partition are driven by code
|
||||||
|
defined in 'source plugins'. Users specify a specific plugin via
|
||||||
|
the --source parameter of the partition .wks command. Normally
|
||||||
|
this is the 'rootfs' plugin but can be any of the more specialized
|
||||||
|
sources listed by the 'list source-plugins' command. Users can
|
||||||
|
also add their own source plugins - see 'wic help plugins' for
|
||||||
|
details.
|
||||||
|
|
||||||
The third form enumerates all the possible values that exist and
|
The third form enumerates all the possible values that exist and
|
||||||
can be specified in a OE kickstart (wks) file. The output of this
|
can be specified in a OE kickstart (wks) file. The output of this
|
||||||
can be used by the third form to print the description and
|
can be used by the third form to print the description and
|
||||||
|
|||||||
Reference in New Issue
Block a user