summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/help.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/wic/help.py')
-rw-r--r--scripts/lib/wic/help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py
index 4aba12de75..196896c170 100644
--- a/scripts/lib/wic/help.py
+++ b/scripts/lib/wic/help.py
@@ -374,7 +374,7 @@ DESCRIPTION
374 This scheme is extensible - adding more hooks is a simple matter 374 This scheme is extensible - adding more hooks is a simple matter
375 of adding more plugin methods to SourcePlugin and derived classes. 375 of adding more plugin methods to SourcePlugin and derived classes.
376 The code that then needs to call the plugin methods uses 376 The code that then needs to call the plugin methods uses
377 plugin.get_source_plugin_methods() to find the method(s) needed by 377 plugin.get_plugin_methods() to find the method(s) needed by
378 the call; this is done by filling up a dict with keys containing 378 the call; this is done by filling up a dict with keys containing
379 the method names of interest - on success, these will be filled in 379 the method names of interest - on success, these will be filled in
380 with the actual methods. Please see the implementation for 380 with the actual methods. Please see the implementation for