summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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."