summaryrefslogtreecommitdiffstats
path: root/scripts/wic
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2015-06-17 09:56:44 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-23 11:47:33 +0100
commit5daadf85eddf6c5898fe2b9a9ef7b1e9ed434d84 (patch)
tree22c66f274b871c0f325b450bce5a59b1496ba271 /scripts/wic
parentcfe64126c8d9afce907e51093e33c9805fa71b25 (diff)
downloadpoky-5daadf85eddf6c5898fe2b9a9ef7b1e9ed434d84.tar.gz
wic: Integrated plugin docstrings into 'wic help plugins' output
Added mechanism to show docstrings of plugin classes as a part of plugins help page. For missing plugins the following warning message is shown: <class '<plugin class spec>'> is missing docstring. [YOCTO #7118] (From OE-Core rev: 0997208266686473d23aed0fab58a1fd7c5d8cae) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/wic')
-rwxr-xr-xscripts/wic2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wic b/scripts/wic
index cf968591e2..dda72a9c27 100755
--- a/scripts/wic
+++ b/scripts/wic
@@ -277,7 +277,7 @@ subcommands = {
277 hlp.wic_list_help], 277 hlp.wic_list_help],
278 "plugins": [wic_help_topic_subcommand, 278 "plugins": [wic_help_topic_subcommand,
279 wic_help_topic_usage, 279 wic_help_topic_usage,
280 hlp.wic_plugins_help], 280 hlp.get_wic_plugins_help()],
281 "overview": [wic_help_topic_subcommand, 281 "overview": [wic_help_topic_subcommand,
282 wic_help_topic_usage, 282 wic_help_topic_usage,
283 hlp.wic_overview_help], 283 hlp.wic_overview_help],