diff options
Diffstat (limited to 'pear/scripts/pearcmd-help.php')
-rw-r--r-- | pear/scripts/pearcmd-help.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pear/scripts/pearcmd-help.php b/pear/scripts/pearcmd-help.php deleted file mode 100644 index 5bb8b7db9f..0000000000 --- a/pear/scripts/pearcmd-help.php +++ /dev/null @@ -1,9 +0,0 @@ -<?php - -if (isset($cmdargs[0])) { - usage(null, $cmdargs[0]); -} else { - usage(); -} - -?>
\ No newline at end of file |