summaryrefslogtreecommitdiff
path: root/morphlib/plugins/build_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/build_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/build_plugin.py')
-rw-r--r--morphlib/plugins/build_plugin.py11
1 files changed, 3 insertions, 8 deletions
diff --git a/morphlib/plugins/build_plugin.py b/morphlib/plugins/build_plugin.py
index 7cc2d6ec..6583a6a8 100644
--- a/morphlib/plugins/build_plugin.py
+++ b/morphlib/plugins/build_plugin.py
@@ -29,15 +29,10 @@ class BuildPlugin(cliapp.Plugin):
pass
def build_morphology(self, args):
- '''Build a binary from a morphology.
+ '''Build a system, outside of a system branch
- Command line arguments are the repository, git tree-ish reference,
- and morphology filename. Morph takes care of building all dependencies
- before building the morphology. All generated binaries are put into the
- cache.
-
- (The triplet of command line arguments may be repeated as many
- times as necessary.)
+ Command line arguments are the repository, git ref,
+ and morphology filename.
'''