From f833895afd36ab3e4545cb9efafee0ff76b88057 Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Wed, 10 Apr 2002 12:40:06 +0000 Subject: [PATCH] Help for command "shell-test" --- pear/PEAR/Command/Registry.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pear/PEAR/Command/Registry.php b/pear/PEAR/Command/Registry.php index 92777094ca..18984abb24 100644 --- a/pear/PEAR/Command/Registry.php +++ b/pear/PEAR/Command/Registry.php @@ -37,6 +37,12 @@ class PEAR_Command_Registry extends PEAR_Command_Common switch ($command) { case 'list-installed': return array(null, 'List the installed PEAR packages in the system'); + case 'shell-test': + return array(' [] []', + "Tests if a package is installed in the system. Will exit(1) if it is not.\n". + " The version comparison operator. One of:\n". + " <, lt, <=, le, >, gt, >=, ge, ==, =, eq, !=, <>, ne\n". + " The version to compare with"); } } -- 2.40.0