From: Zac Medico Date: Sat, 11 Feb 2006 08:45:13 +0000 (-0000) Subject: fix typo for bug 111098 (patch by andre@fluffyspider.com.au) X-Git-Tag: v2.1_pre5_2760~58 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a8517ca4dc72ccdbc4ad3fe875332d748aeda4b9;p=portage.git fix typo for bug 111098 (patch by andre@fluffyspider.com.au) svn path=/main/trunk/; revision=2692 --- 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:]