summaryrefslogtreecommitdiff
path: root/morphlib/plugins/graphing_plugin.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-10-26 16:19:03 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-10-26 16:19:03 +0100
commit17bd68f0dc622d3c6c508d366c8fa5fc00b9790b (patch)
tree13e27f1e9c183e0e200c15852bdd0c72dbae8b4b /morphlib/plugins/graphing_plugin.py
parenta12988f095a5395960340d50116206e94b38441b (diff)
downloadmorph-17bd68f0dc622d3c6c508d366c8fa5fc00b9790b.tar.gz
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.
Diffstat (limited to 'morphlib/plugins/graphing_plugin.py')
-rw-r--r--morphlib/plugins/graphing_plugin.py1
1 files changed, 1 insertions, 0 deletions
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',