]> granicus.if.org Git - php/commitdiff
* cvstag command: tag slide option is -f, not -F
authorStig Bakken <ssb@php.net>
Sat, 13 Apr 2002 00:23:19 +0000 (00:23 +0000)
committerStig Bakken <ssb@php.net>
Sat, 13 Apr 2002 00:23:19 +0000 (00:23 +0000)
pear/PEAR/Command/Package.php

index 4d102bc0fe25cd22820db025581fac9b1195dd77..40d7e6d0fd896675a2657f23638c3fc77090de92 100644 (file)
@@ -79,7 +79,7 @@ class PEAR_Command_Package extends PEAR_Command_Common
 
     function getOptions()
     {
-        return array('Z', 'n' /*, 'f', 'd', 'q', 'Q'*/);
+        return array('Z', 'n', 'F' /*, 'd', 'q', 'Q'*/);
     }
 
     // }}}
@@ -358,8 +358,8 @@ class PEAR_Command_Package extends PEAR_Command_Common
                 }
                 */
                 $command .= ' tag';
-                if (isset($options['f'])) {
-                    $command .= ' -f';
+                if (isset($options['F'])) {
+                    $command .= ' -F';
                 }
                 /* neither will this one:
                 if (isset($options['d'])) {