diff options
author | Marcus Boerger <helly@php.net> | 2003-02-15 15:20:17 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-02-15 15:20:17 +0000 |
commit | ecaeb3004adff86ba08ecab028669cd1e69c8cce (patch) | |
tree | b60bea4da26ed0e3dd3da0fd0df831ea09d1c3d4 /sapi/cli/php_cli.c | |
parent | 1b79da954c8d82793918c6b6675ef309f0efcbee (diff) | |
download | php-git-ecaeb3004adff86ba08ecab028669cd1e69c8cce.tar.gz |
fix parameter string (-R & -H)
Diffstat (limited to 'sapi/cli/php_cli.c')
-rw-r--r-- | sapi/cli/php_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 6eaf836887..a69541c158 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -87,7 +87,7 @@ extern char *ap_php_optarg; extern int ap_php_optind; -#define OPTSTRING "aB:Cc:d:E:eF:f:g:hilmnqRH:r:sw?vz" +#define OPTSTRING "aB:Cc:d:E:eF:f:g:hilmnqR:Hr:sw?vz" static int print_module_info(zend_module_entry *module, void *arg TSRMLS_DC) { |