php-src/pear/scripts/pearcmd-help.php
Stig Bakken 615f110d4e * modularize "pear" and "pear-get" commands somewhat. checking options
etc. is done for both in pearcmd-common.php.
2002-01-30 12:20:12 +00:00

9 lines
90 B
PHP

<?php
if (isset($cmdargs[0])) {
usage(null, $cmdargs[0]);
} else {
usage();
}
?>