From 147390b2d23ec88b625faccd68655c2be5032f8a Mon Sep 17 00:00:00 2001 From: David Coallier Date: Thu, 24 May 2007 08:40:40 +0000 Subject: [PATCH] -- Added the cli_cmd_inf_meta_del function back in. --- ext/phar/phar/pharcommand.inc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ext/phar/phar/pharcommand.inc b/ext/phar/phar/pharcommand.inc index 7a33a0d042..89f1020991 100755 --- a/ext/phar/phar/pharcommand.inc +++ b/ext/phar/phar/pharcommand.inc @@ -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 -- 2.40.0