summaryrefslogtreecommitdiff
path: root/morphlib/plugins/update_gits_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/update_gits_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/update_gits_plugin.py')
-rw-r--r--morphlib/plugins/update_gits_plugin.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/morphlib/plugins/update_gits_plugin.py b/morphlib/plugins/update_gits_plugin.py
index 608b34f1..083439f5 100644
--- a/morphlib/plugins/update_gits_plugin.py
+++ b/morphlib/plugins/update_gits_plugin.py
@@ -31,13 +31,7 @@ class UpdateGitsPlugin(cliapp.Plugin):
pass
def update_gits(self, args):
- '''Update cached git repositories.
-
- Parse the given morphologies, and their dependencies, and
- update all the git repositories referred to by them in the
- morph cache directory.
-
- '''
+ '''Manually update cached git repositories for the given morphology'''
app = self.app
if not os.path.exists(app.settings['cachedir']):