jan Fri Oct 25 05:32:34 2002 EDT
Modified files:
/php4/sapi/cli php_cli.c
Log:
- alphabetical output for php -h (cli)
Index: php4/sapi/cli/php_cli.c
diff -u php4/sapi/cli/php_cli.c:1.43 php4/sapi/cli/php_cli.c:1.44
--- php4/sapi/cli/php_cli.c:1.43 Thu Oct 24 12:04:31 2002
+++ php4/sapi/cli/php_cli.c Fri Oct 25 05:32:32 2002
@@ -262,20 +262,20 @@
php_printf( "Usage: %s [options] [-f] <file> [args...]\n"
" %s [options] -r <code> [args...]\n"
" %s [options] [-- args...]\n"
- " -s Display colour syntax highlighted
source.\n"
- " -w Display source with stripped
comments and whitespace.\n"
- " -f <file> Parse <file>.\n"
- " -v Version number\n"
- " -c <path>|<file> Look for php.ini file in this
directory\n"
" -a Run interactively\n"
+ " -c <path>|<file> Look for php.ini file in this
+directory\n"
" -d foo[=bar] Define INI entry foo with value
'bar'\n"
" -e Generate extended information for
debugger/profiler\n"
- " -z <file> Load Zend extension <file>.\n"
+ " -f <file> Parse <file>.\n"
+ " -h This help\n"
+ " -i PHP information\n"
" -l Syntax check only (lint)\n"
" -m Show compiled in modules\n"
- " -i PHP information\n"
" -r <code> Run PHP <code> without using
script tags <?..?>\n"
- " -h This help\n"
+ " -s Display colour syntax highlighted
+source.\n"
+ " -v Version number\n"
+ " -w Display source with stripped
+comments and whitespace.\n"
+ " -z <file> Load Zend extension <file>.\n"
"\n"
" args... Arguments passed to script. Use --
args when first argument \n"
" starts with - or script is read
from stdin\n"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php