From 3085a672d1e8b5177be33f0463385de72a0ef5bf Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 26 Nov 2012 13:39:29 +0000 Subject: Fix line longer than 79 chars --- scripts/clean-git-cache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/clean-git-cache b/scripts/clean-git-cache index 57126ecd..a15722a3 100755 --- a/scripts/clean-git-cache +++ b/scripts/clean-git-cache @@ -122,7 +122,7 @@ class CleanGitCache(cliapp.Application): if len(args) != 2: print "Usage: clean-git-cache REPO BRANCH" print - print "For example: clean-git-cache baserock:baserock/morphs master" + print "Example: clean-git-cache baserock:baserock/morphs master" print print "This will detect any repositories that are not referenced " print "by the morphologies available in that repo/branch." -- cgit v1.2.1