summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-07-26 23:44:58 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-07-26 23:44:58 +0000
commitf877baa4e64611692fcf765d70c9f5004ec1c947 (patch)
treec53d6574240fe1d4e9d2a3e170ca4d031187dc40
parentb89d3b1d7046a585fccc98edf07dc681ac39bbc0 (diff)
downloadmorph-f877baa4e64611692fcf765d70c9f5004ec1c947.tar.gz
Fix generate-manifest-csv options help
Change-Id: I3a87c82b0c50a648edd7c6487e0269116da35c20
-rw-r--r--morphlib/plugins/system_manifests_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/plugins/system_manifests_plugin.py b/morphlib/plugins/system_manifests_plugin.py
index 7fe33102..b73a14ee 100644
--- a/morphlib/plugins/system_manifests_plugin.py
+++ b/morphlib/plugins/system_manifests_plugin.py
@@ -41,7 +41,7 @@ class SystemManifestsPlugin(cliapp.Plugin):
'`single-file` or `all-files` for the '
'two methods, respectively. Defaults to '
'all-files, although this is much slower.',
- group='manifest options')
+ group='generate-manifest-csv options')
def disable(self):
pass