summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-26 13:39:29 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-11-26 13:39:29 +0000
commit3085a672d1e8b5177be33f0463385de72a0ef5bf (patch)
treeb95c413aaabedd0255e49d27010514b1d1afcca9 /scripts
parent74521f90a19400b98eb00e8c17705422abe71e4c (diff)
downloadmorph-3085a672d1e8b5177be33f0463385de72a0ef5bf.tar.gz
Fix line longer than 79 chars
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/clean-git-cache2
1 files changed, 1 insertions, 1 deletions
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."