From f877baa4e64611692fcf765d70c9f5004ec1c947 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 26 Jul 2016 23:44:58 +0000 Subject: Fix generate-manifest-csv options help Change-Id: I3a87c82b0c50a648edd7c6487e0269116da35c20 --- morphlib/plugins/system_manifests_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1