From 5d45ed386b9212f00445f668a83ad0f9133850e8 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 27 Feb 2012 18:51:22 +0000 Subject: Add docstring to the update-gits subcommand --- morph | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'morph') 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: -- cgit v1.2.1