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