]> granicus.if.org Git - php/commitdiff
* show full cvstag command
authorStig Bakken <ssb@php.net>
Tue, 9 Apr 2002 08:19:53 +0000 (08:19 +0000)
committerStig Bakken <ssb@php.net>
Tue, 9 Apr 2002 08:19:53 +0000 (08:19 +0000)
pear/PEAR/Packager.php

index b471cf1eef653c683b5663db79fed760c5a6fd6a..7930203f707040fb541400b8de6a2499b3d2e51e 100644 (file)
@@ -137,7 +137,7 @@ class PEAR_Packager extends PEAR_Common
         $this->log(1, "Package $dest_package done");
         $cvsversion = preg_replace('/[^a-z0-9]/i', '_', $pkgversion);
         $cvstag = "RELEASE_$cvsversion";
-        $this->log(0, "Tag the released code with `pear cvstag'");
+        $this->log(0, "Tag the released code with `pear cvstag $pkgfile'");
         $this->log(0, "(or set the CVS tag $cvstag by hand)");
         return $dest_package;
     }