summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmorph8
1 files changed, 8 insertions, 0 deletions
diff --git a/morph b/morph
index 2180cec3..13d934d6 100755
--- a/morph
+++ b/morph
@@ -172,6 +172,14 @@ class Morph(cliapp.Application):
self.output.write(' %s\n' % blob)
def cmd_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.
+
+ '''
+
morph_loader = MorphologyLoader(self.settings)
source_manager = morphlib.sourcemanager.SourceManager(self)
while len(args) >= 3: