From 17bd68f0dc622d3c6c508d366c8fa5fc00b9790b Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 26 Oct 2012 16:19:03 +0100 Subject: Improve command descriptions in --help Make sure all commands have one line of description, and reduce the size of some which had large amounts of text. --- morphlib/plugins/graphing_plugin.py | 1 + 1 file changed, 1 insertion(+) (limited to 'morphlib/plugins/graphing_plugin.py') diff --git a/morphlib/plugins/graphing_plugin.py b/morphlib/plugins/graphing_plugin.py index 3594e9b9..c719f6e4 100644 --- a/morphlib/plugins/graphing_plugin.py +++ b/morphlib/plugins/graphing_plugin.py @@ -31,6 +31,7 @@ class GraphingPlugin(cliapp.Plugin): pass def graph_build_depends(self, args): + '''Create a visualisation of build dependencies in a stratum''' for repo_name, ref, filename in self.app.itertriplets(args): self.app.status(msg='Creating build order for ' '%(repo_name)s %(ref)s %(filename)s', -- cgit v1.2.1