summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-11-21 11:08:12 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-11-21 11:08:12 +0000
commit74521f90a19400b98eb00e8c17705422abe71e4c (patch)
tree1bb337eff7fd4dab6f46b0b02d2692dc14ef74dd /scripts
parent8b2f12f584aa55c931479a90a6bd146b8f899c27 (diff)
downloadmorph-74521f90a19400b98eb00e8c17705422abe71e4c.tar.gz
Fix another baserock: URL
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 aeec124c..57126ecd 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:morphs master"
+ print "For 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."