]> granicus.if.org Git - php/commitdiff
-- Added the cli_cmd_inf_meta_del function back in.
authorDavid Coallier <davidc@php.net>
Thu, 24 May 2007 08:40:40 +0000 (08:40 +0000)
committerDavid Coallier <davidc@php.net>
Thu, 24 May 2007 08:40:40 +0000 (08:40 +0000)
ext/phar/phar/pharcommand.inc

index 7a33a0d042fa4329be091e04f51159afc18fc7d9..89f1020991afc58b7008da110533c5e543e56ea9 100755 (executable)
@@ -1145,6 +1145,15 @@ class PharCommand extends CLICommand
                "If something was deleted the return value is 0 otherwise it is 1.";
     }
     // }}}
+    // {{{ public function cli_cmd_inf_meta_del
+    function cli_cmd_inf_meta_del()     
+    {   
+        return "Delete meta information of a PHAR entry or a PHAR package.\n"   
+            . "If -k is given then the metadata is expected to be an array "   
+            . "and the given index is being deleted.\n"    
+            . "If something was deleted the return value is 0 otherwise it is 1.";                  
+    }
+    // }}}
     // {{{ public function cli_cmd_arg_meta_del
     /**
      * CliC ommand Arg Metadelete