From cf2401f450b6d17d288e4135fc4ca79c6ccb6a10 Mon Sep 17 00:00:00 2001 From: alichinese Date: Fri, 28 Jun 2024 16:53:19 +0800 Subject: [PATCH] m_plugin: update the help msg * update the m_plugin help msg Signed-off-by: alichinese --- src/oebuild/app/plugins/m_plugin/m_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oebuild/app/plugins/m_plugin/m_plugin.py b/src/oebuild/app/plugins/m_plugin/m_plugin.py index 538f341..1b1e71f 100644 --- a/src/oebuild/app/plugins/m_plugin/m_plugin.py +++ b/src/oebuild/app/plugins/m_plugin/m_plugin.py @@ -33,7 +33,7 @@ class MPlugin(OebuildCommand): developped, you can use it through oebuild. """ - help_msg = 'Update the basic environment required for the build' + help_msg = 'manage the oebuild plugin' description = textwrap.dedent(''' This is a plugin management function that supports users to customize plugin and add them to the oebuild for use. plugin only affect locally installed oebuilds, -- Gitee