diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-02-11 08:45:13 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-02-11 08:45:13 +0000 |
commit | a8517ca4dc72ccdbc4ad3fe875332d748aeda4b9 (patch) | |
tree | 224dc741d5ea044007c8734ea87c78b9f71fa899 | |
parent | 085a0f6a06cefc2d97327070b55b4678ae851ff9 (diff) | |
download | portage-a8517ca4dc72ccdbc4ad3fe875332d748aeda4b9.tar.gz portage-a8517ca4dc72ccdbc4ad3fe875332d748aeda4b9.tar.bz2 portage-a8517ca4dc72ccdbc4ad3fe875332d748aeda4b9.zip |
fix typo for bug 111098 (patch by andre@fluffyspider.com.au)
svn path=/main/trunk/; revision=2692
-rwxr-xr-x | bin/emerge | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge index 795092e34..099a38a9d 100755 --- a/bin/emerge +++ b/bin/emerge @@ -2734,7 +2734,7 @@ if myaction in ["sync","rsync","metadata"] and (not "--help" in myopts): sys.exit(exitcode) elif syncuri[:6]=="cvs://": if not os.path.exists("/usr/bin/cvs"): - print "!!! /usr/bin/cvs does not exist, so rsync support is disabled." + print "!!! /usr/bin/cvs does not exist, so CVS support is disabled." print "!!! Type \"emerge dev-util/cvs\" to enable CVS support." sys.exit(1) cvsroot=syncuri[6:] |