1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 09:42:22 +01:00
Files
archived-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();
}
?>